aboutsummaryrefslogtreecommitdiff
path: root/awesome
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-09-14 01:00:12 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-09-14 01:00:12 +1200
commit635fbf96698ce2c11058dec1363467d17bbfa8aa (patch)
tree05b7f7c1108676dc44df0c7c821c39f84df0603d /awesome
parentPrefer full command name (diff)
downloaddotfiles-635fbf96698ce2c11058dec1363467d17bbfa8aa.tar.gz
dotfiles-635fbf96698ce2c11058dec1363467d17bbfa8aa.zip
Use urxvtcd shortcut
Diffstat (limited to 'awesome')
-rw-r--r--awesome/rc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua
index af4523e6..0d70462b 100644
--- a/awesome/rc.lua
+++ b/awesome/rc.lua
@@ -30,7 +30,7 @@ end
beautiful.init("/home/tom/.config/awesome/tyr/theme.lua")
-- Standard terminal
-terminal = "urxvtc"
+terminal = "urxvtcd"
editor = os.getenv("EDITOR") or "editor"
editor_cmd = terminal .. " -e " .. editor