summaryrefslogtreecommitdiffstats
path: root/awesome
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-08-26 11:20:56 +0200
committerGravatar Tom Willemse2014-08-26 11:20:56 +0200
commitb3861837b0925e114b3372d83991911575278669 (patch)
treeaa5fa8e4d1905ad89a6af92f72f1d64563aa9362 /awesome
parentbd6c4b409f57def0dc3eda74deb1c76b117d683f (diff)
downloaddotfiles-b3861837b0925e114b3372d83991911575278669.tar.gz
dotfiles-b3861837b0925e114b3372d83991911575278669.zip
Use URXVT daemon/client in awesome
Diffstat (limited to 'awesome')
-rw-r--r--awesome/.config/awesome/rc.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua
index de676f2..2e329f1 100644
--- a/awesome/.config/awesome/rc.lua
+++ b/awesome/.config/awesome/rc.lua
@@ -77,7 +77,7 @@ beautiful.init("/usr/share/awesome/themes/default/theme.lua")
avandu.ttrss_url = "https://ryuslash.org/tt-rss/api/"
-- This is used later as the default terminal and editor to run.
-terminal = "urxvt"
+terminal = "urxvtc"
editor = "emacsclient -c"
editor_cmd = editor
@@ -305,7 +305,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("urxvt", "URxvt")),
+ awful.key({ modkey, }, "c", ror("urxvtc", "URxvt")),
awful.key({ modkey, }, "e", ror("emacsclient -c", "Emacs")),
awful.key({ modkey, }, "w", ror("conkeror", "Conkeror")),