summaryrefslogtreecommitdiff
path: root/config/awesome/rc.lua
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2019-03-27 10:41:38 +0100
committerPeter Palfrader <peter@palfrader.org>2019-03-27 10:41:38 +0100
commit3283784f25be940d6ba698e8a6d771f983177fea (patch)
treeffb0763a4d667e87f672818438b3a14965e24d78 /config/awesome/rc.lua
parente7811fe212ab6b249525fc801e84923ef3a7c1f1 (diff)
more hotkeys
Diffstat (limited to 'config/awesome/rc.lua')
-rw-r--r--config/awesome/rc.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua
index 4e07d75..6ac76cb 100644
--- a/config/awesome/rc.lua
+++ b/config/awesome/rc.lua
@@ -347,6 +347,7 @@ globalkeys = awful.util.table.join(
awful.key({ modkey }, "m", function () awful.util.spawn_with_shell("xterm-mail") end),
awful.key({ modkey, "Shift" }, "m", function () awful.util.spawn_with_shell("xterm-mail-cosy") end),
awful.key({ modkey }, "i", function () awful.util.spawn_with_shell("xterm-irc") end),
+ awful.key({ modkey }, "b", function () awful.util.spawn_with_shell("urxvt -e bash") end),
-- awful.key({ modkey }, "k", function () awful.util.spawn_with_shell("keepassx") end),
awful.key({ modkey }, "c", function () awful.util.spawn_with_shell("ch") end),