Use URXVT daemon/client in awesome

This commit is contained in:
Tom Willemse 2014-08-26 11:20:56 +02:00
parent bd6c4b409f
commit b3861837b0

View file

@ -77,7 +77,7 @@ beautiful.init("/usr/share/awesome/themes/default/theme.lua")
avandu.ttrss_url = "https://ryuslash.org/tt-rss/api/" avandu.ttrss_url = "https://ryuslash.org/tt-rss/api/"
-- This is used later as the default terminal and editor to run. -- This is used later as the default terminal and editor to run.
terminal = "urxvt" terminal = "urxvtc"
editor = "emacsclient -c" editor = "emacsclient -c"
editor_cmd = editor editor_cmd = editor
@ -305,7 +305,7 @@ globalkeys = awful.util.table.join(
awful.key({ }, "Print", function () awful.util.spawn("scrot") end), awful.key({ }, "Print", function () awful.util.spawn("scrot") end),
-- awful.key({ "Control", }, "Print", function () awful.util.spawn("scrot -s") 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, }, "e", ror("emacsclient -c", "Emacs")),
awful.key({ modkey, }, "w", ror("conkeror", "Conkeror")), awful.key({ modkey, }, "w", ror("conkeror", "Conkeror")),