From 5fe3d94023c41c7ce65fb6d8f0ad99d1feb9450e Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sun, 24 Aug 2025 13:15:39 +0200 Subject: awesome: add shortcut for keepassxc --- awesome/rc.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'awesome/rc.lua') diff --git a/awesome/rc.lua b/awesome/rc.lua index 661ea2a..dfd1674 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -388,6 +388,8 @@ globalkeys = gears.table.join( {description = "display calendar", group = "awesome"}), awful.key({ modkey, "Mod1" }, "l", nil, function () awful.spawn("xscreensaver-command -lock") end, {description = "lock the screen", group = "awesome"}), + awful.key({ modkey, "Mod1" }, "k", nil, function () awful.spawn("keepassxc") end, + {description = "start keepassxc", group = "awesome"}), awful.key({ modkey, "Control" }, "r", awesome.restart, {description = "reload awesome", group = "awesome"}), awful.key({ modkey, "Shift" }, "q", awesome.quit, -- cgit v1.2.3