aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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