summaryrefslogtreecommitdiff
path: root/rules.lua
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2025-01-13 08:27:23 -0600
committerTim Keller <tjkeller.xyz>2025-01-13 08:27:23 -0600
commite6c7aea915e876912eca37f42253f9395e03356b (patch)
treed34928f6c3636de6144981ede35379aaeef81d51 /rules.lua
parent66fa8eab2db9b8a007d0190c0ce765820262ee4d (diff)
downloadawesome-master.tar.xz
awesome-master.zip
add newclass opt and change class of st256colorHEADmaster
Diffstat (limited to 'rules.lua')
-rw-r--r--rules.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/rules.lua b/rules.lua
index 0a5af26..795e8df 100644
--- a/rules.lua
+++ b/rules.lua
@@ -31,6 +31,12 @@ awful.rules.rules = {
}},
properties = { warp_cursor = true, }
},
+ {
+ rule = { class = "st-256color" },
+ properties = {
+ newclass = "st",
+ }
+ },
-- KeePassXC rules
{
rule = { class = "KeePassXC" },