aboutsummaryrefslogtreecommitdiff
path: root/awesome
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 /awesome
parentUpdate Vim plugins (diff)
downloaddotfiles-0a81672f0b8648e2e49aa7f07940e906d6c3a580.tar.gz
dotfiles-0a81672f0b8648e2e49aa7f07940e906d6c3a580.zip
Giving st (suckless term) a shot
Diffstat (limited to 'awesome')
-rw-r--r--awesome/rc.lua4
1 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" },