aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-02-22 01:53:40 +1300
committerTom Ryder <tom@sanctum.geek.nz>2013-02-22 01:53:40 +1300
commit0a81672f0b8648e2e49aa7f07940e906d6c3a580 (patch)
tree59b817988998aeffd95278a383e33dea277ecf78
parentUpdate Vim plugins (diff)
downloaddotfiles-0a81672f0b8648e2e49aa7f07940e906d6c3a580.tar.gz
dotfiles-0a81672f0b8648e2e49aa7f07940e906d6c3a580.zip
Giving st (suckless term) a shot
-rw-r--r--awesome/rc.lua4
-rw-r--r--terminfo/s/stbin0 -> 2156 bytes
-rw-r--r--terminfo/s/st-256colorbin0 -> 2289 bytes
3 files changed, 3 insertions, 1 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua
index 911f3243..2ebdcd03 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 = "urxvtcd"
+terminal = "st"
editor = os.getenv("EDITOR") or "editor"
editor_cmd = terminal .. " -e " .. editor
@@ -319,6 +319,8 @@ awful.rules.rules = {
buttons = clientbuttons } },
{ rule = { class = "URxvt" },
properties = { opacity = 0.95 } },
+ { rule = { class = "st" },
+ properties = { opacity = 0.95 } },
{ rule = { class = "MPlayer" },
properties = { floating = true } },
{ rule = { class = "Screenkey" },
diff --git a/terminfo/s/st b/terminfo/s/st
new file mode 100644
index 00000000..578c3120
--- /dev/null
+++ b/terminfo/s/st
Binary files differ
diff --git a/terminfo/s/st-256color b/terminfo/s/st-256color
new file mode 100644
index 00000000..f9c3737f
--- /dev/null
+++ b/terminfo/s/st-256color
Binary files differ