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.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua
index 800ca24..12d4339 100644
--- a/config/awesome/rc.lua
+++ b/config/awesome/rc.lua
@@ -344,10 +344,11 @@ globalkeys = awful.util.table.join(
awful.key({ modkey }, "x", function () awful.spawn.with_shell("urxvt") end),
awful.key({ modkey, "Shift" }, "x", function () awful.spawn.with_shell("urxvt -title FURxvt") end),
+ awful.key({ modkey, "Ctrl" }, "x", function () awful.spawn.with_shell("urxvt -xrm 'URxvt.perl-ext-common:default'") end),
+ awful.key({ modkey }, "b", function () awful.spawn.with_shell("urxvt -e bash") end),
awful.key({ modkey }, "m", function () awful.spawn.with_shell("xterm-mail") end),
awful.key({ modkey, "Shift" }, "m", function () awful.spawn.with_shell("xterm-mail-cosy") end),
awful.key({ modkey }, "i", function () awful.spawn.with_shell("xterm-irc") end),
- awful.key({ modkey }, "b", function () awful.spawn.with_shell("urxvt -e bash") end),
-- awful.key({ modkey }, "k", function () awful.spawn.with_shell("keepassx") end),
awful.key({ modkey }, "c", function () awful.spawn.with_shell("ch") end),
@@ -493,6 +494,7 @@ clientkeys = awful.util.table.join(
-- end),
awful.key({ modkey, }, "e", function (c) c.fullscreen = not c.fullscreen end),
+ awful.key({ modkey, }, "r", function (c) awful.titlebar.toggle(c) end),
awful.key({ modkey, }, "q", function (c) c.maximized_horizontal = not c.maximized_horizontal end),
awful.key({ modkey, }, "a", function (c) c.maximized_vertical = not c.maximized_vertical end),
awful.key({ modkey, }, "z",