summaryrefslogtreecommitdiff
path: root/awesome/rc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'awesome/rc.lua')
-rw-r--r--awesome/rc.lua2
1 files changed, 2 insertions, 0 deletions
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,