summaryrefslogtreecommitdiffstats
path: root/awesome
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-04-08 15:10:59 +0200
committerGravatar Tom Willemse2015-04-08 15:12:16 +0200
commit3440624c99ac093c01c8863ed7a112c9c6fec289 (patch)
treea25218d5c73fd476777609584e5aee3e5b8785c5 /awesome
parent8d67f0af8ed5b27851e6b0aaba94a3331fc3f618 (diff)
downloaddotfiles-3440624c99ac093c01c8863ed7a112c9c6fec289.tar.gz
dotfiles-3440624c99ac093c01c8863ed7a112c9c6fec289.zip
Use terminator as terminal emulator
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 6caad46..93df840 100644
--- a/awesome/.config/awesome/rc.lua
+++ b/awesome/.config/awesome/rc.lua
@@ -96,7 +96,7 @@ if avandu then
end
-- This is used later as the default terminal and editor to run.
-terminal = "urxvtc"
+terminal = "terminator"
editor = "emacsclient"
editor_cmd = editor
@@ -358,7 +358,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("urxvtc", "URxvt")),
+ awful.key({ modkey, }, "c", ror("terminator", "Terminator")),
awful.key({ modkey, }, "e", ror("emacsclient -c", "Emacs")),
awful.key({ modkey, }, "w", ror("conkeror", "Conkeror")),