summaryrefslogtreecommitdiffstats
path: root/awesome
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-05-09 19:12:16 +0200
committerGravatar Tom Willemse2015-05-09 19:12:16 +0200
commit1bda53e97de0d28a39a249a984dd3efe35eec1c2 (patch)
tree03d65b935aea8817351e726b2e5726a2677428ed /awesome
parentbfcb68d21f7d9bf38d5e3ef2a9a34f6b507afdd3 (diff)
downloaddotfiles-1bda53e97de0d28a39a249a984dd3efe35eec1c2.tar.gz
dotfiles-1bda53e97de0d28a39a249a984dd3efe35eec1c2.zip
Start using urxvt again
Diffstat (limited to 'awesome')
-rw-r--r--awesome/.config/awesome/rc.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua
index 2673aca..1afd053 100644
--- a/awesome/.config/awesome/rc.lua
+++ b/awesome/.config/awesome/rc.lua
@@ -101,7 +101,7 @@ if avandu then
end
-- This is used later as the default terminal and editor to run.
-terminal = "terminator"
+terminal = "urxvtc"
editor = "emacsclient"
editor_cmd = editor
@@ -388,7 +388,7 @@ globalkeys = awful.util.table.join(
awful.key({ }, "Print", function () awful.util.spawn("scrot") end),
-- awful.key({ "Control", }, "Print", function () awful.util.spawn("scrot -s") end),
- awful.key({ modkey, }, "c", ror("terminator", "Terminator")),
+ awful.key({ modkey, }, "c", ror("urxvtc", "URxvt")),
awful.key({ modkey, }, "e", ror("emacsclient -c", "Emacs")),
awful.key({ modkey, }, "w", ror("conkeror", "Conkeror")),
@@ -524,6 +524,8 @@ awful.rules.rules = {
properties = { fullscreen = true } },
{ rule = { class = "Emacs" },
properties = { tag = tags[1][1] } },
+ { rule = { class = "URxvt" },
+ properties = { size_hints_honor = false } },
-- Set Firefox to always map on tags number 2 of screen 1.
-- { rule = { class = "Firefox" },
-- properties = { tag = tags[1][2] } },