summaryrefslogtreecommitdiff
path: root/rc.lua
diff options
context:
space:
mode:
authorNicolas Schodet2019-05-27 21:58:28 +0200
committerNicolas Schodet2019-05-28 00:55:32 +0200
commit041a75244a8a5f80459ed3e31c985213076d942b (patch)
treeb41f6bae10a401a8edaea3f680adf1427b6bda1e /rc.lua
parent7f6d81eac03a6403de481d2d3c95c56e37ecf653 (diff)
Add quick-menu
Diffstat (limited to 'rc.lua')
-rw-r--r--rc.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/rc.lua b/rc.lua
index a65e157..d418347 100644
--- a/rc.lua
+++ b/rc.lua
@@ -333,6 +333,7 @@ globalkeys = awful.util.table.join(
awful.key({ modkey, "Shift" }, "q", awesome.quit,
{description = "quit awesome", group = "awesome"}),
+ awful.key({ modkey, }, "q", function () awful.spawn("quick-menu", false) end),
awful.key({ modkey, }, "d", function () awful.spawn("doc", false) end),
awful.key({ modkey, "Shift" }, "Return", function () awful.spawn(terminal_small) end),
awful.key({ modkey, }, "v", function () awful.spawn(lock) end),