From 3e967cb6e145ac2cddbd4d64b350d3ac74f6ffa2 Mon Sep 17 00:00:00 2001 From: Kent Smith Date: Mon, 16 Sep 2019 09:08:23 -0600 Subject: added passmenu shortcut --- .config/awesome/rc.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to '.config/awesome/rc.lua') 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 -- cgit v1.2.3