summaryrefslogtreecommitdiff
path: root/config/awesome/rc.lua
diff options
context:
space:
mode:
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),