summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/awesome/rc.lua1
-rw-r--r--config/awesome/weasel-rules.lua2
2 files changed, 3 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),
diff --git a/config/awesome/weasel-rules.lua b/config/awesome/weasel-rules.lua
index 2ebd7d8..f6f80a2 100644
--- a/config/awesome/weasel-rules.lua
+++ b/config/awesome/weasel-rules.lua
@@ -48,6 +48,8 @@ function get_weasel_rules()
properties = { screen = im_screen, tag = '21' } },
{ rule = { class = "Keepassx" , name = "KeePassX" },
properties = { screen = im_screen, tag = '22' } },
+ { rule = { class = "keepassxc" , name = "KeePassXC" },
+ properties = { screen = im_screen, tag = '22' } },
--{ rule = { maximized_horizontal = true }, -- these two should remove window borders from maximized windows because they get in the way
-- properties = { border_width = 0 } },