From: martin f. krafft Date: Thu, 29 Sep 2016 14:44:16 +0000 (+0200) Subject: thunar/filemanager shortcut X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/97e2ca7178dcb412782ff4a6127b16076e98124f thunar/filemanager shortcut --- diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 5c70a82..2294136 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -497,6 +497,7 @@ awful.key({ cmdkey }, "r", function () mypromptbox[mouse.screen]:run() end), awful.key({ cmdkey }, "g", function () awful.spawn("gscan2pdf") end), awful.key({ cmdkey }, "v", function () awful.spawn("virt-manager") end), awful.key({ cmdkey }, "l", function () awful.spawn("libreoffice") end), +awful.key({ cmdkey }, "f", function () awful.spawn("thunar") end), awful.key({ cmdkey }, "i", function () awful.spawn(terminal .. " -title irc -name irc -e env MOSH_TITLE_NOPREFIX=true mosh -4 -- irc-host screen -dr irc") end), awful.key({ cmdkey }, "x", function () awful.spawn.with_shell("/sbin/start-stop-daemon --start --background --exec /usr/bin/xscreensaver -- -no-capture-stderr; sleep 2; xscreensaver-command -lock") end), awful.key({ cmdkey, "Shift" }, "x", function () awful.spawn("xscreensaver-command -exit") end),