aboutsummaryrefslogtreecommitdiff
path: root/awesome
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-02-24 00:15:28 +1300
committerTom Ryder <tom@sanctum.geek.nz>2013-02-24 00:15:28 +1300
commitb300bda09b51c2ccac84a37b00223116b0c0068a (patch)
tree730b70b646118d8e1473fb65eaf85f4073d67421 /awesome
parentCleverer syntax for filetype shortcuts (diff)
downloaddotfiles-b300bda09b51c2ccac84a37b00223116b0c0068a.tar.gz
dotfiles-b300bda09b51c2ccac84a37b00223116b0c0068a.zip
Change back to urxvt from st
I like st but it's doing a few weird things with input that are throwing me a bit. I'll content myself with watching the changelog for a bit.
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 2ebdcd03..451c14ca 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 = "st"
+terminal = "urxvtcd"
editor = os.getenv("EDITOR") or "editor"
editor_cmd = terminal .. " -e " .. editor