Use terminator as terminal emulator

This commit is contained in:
Tom Willemse 2015-04-08 15:10:59 +02:00
parent 8d67f0af8e
commit 3440624c99

View file

@ -96,7 +96,7 @@ if avandu then
end end
-- 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 = "urxvtc" terminal = "terminator"
editor = "emacsclient" editor = "emacsclient"
editor_cmd = editor editor_cmd = editor
@ -358,7 +358,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("urxvtc", "URxvt")), awful.key({ modkey, }, "c", ror("terminator", "Terminator")),
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")),