aboutsummaryrefslogtreecommitdiff
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
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.
-rw-r--r--awesome/rc.lua2
-rw-r--r--terminfo/s/stbin2156 -> 0 bytes
-rw-r--r--terminfo/s/st-256colorbin2289 -> 0 bytes
3 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
diff --git a/terminfo/s/st b/terminfo/s/st
deleted file mode 100644
index 578c3120..00000000
--- a/terminfo/s/st
+++ /dev/null
Binary files differ
diff --git a/terminfo/s/st-256color b/terminfo/s/st-256color
deleted file mode 100644
index f9c3737f..00000000
--- a/terminfo/s/st-256color
+++ /dev/null
Binary files differ