summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKent Smith <kentsmith@gmail.com>2019-09-16 09:08:23 -0600
committerKent Smith <kentsmith@gmail.com>2019-09-16 09:08:23 -0600
commit3e967cb6e145ac2cddbd4d64b350d3ac74f6ffa2 (patch)
treeb426ebe865763db647df907e6c21a33aef683306
parent311338a55887cd213eea19e42c94bdede369254b (diff)
downloadcfg-3e967cb6e145ac2cddbd4d64b350d3ac74f6ffa2.tar.gz
cfg-3e967cb6e145ac2cddbd4d64b350d3ac74f6ffa2.tar.bz2
added passmenu shortcut
-rw-r--r--.config/awesome/rc.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index acce6c7..a4400d3 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -495,6 +495,8 @@ globalkeys = my_table.join(
{description = "run gui editor", group = "launcher"}),
awful.key({ modkey }, "i", function () awful.spawn("thunar") end,
{description = "run file manager", group = "launcher"}),
+ awful.key({ modkey }, "'", function () awful.spawn("passmenu") end,
+ {description = "run file manager", group = "launcher"}),
-- Default
-- Menubar