From e6c7aea915e876912eca37f42253f9395e03356b Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Mon, 13 Jan 2025 08:27:23 -0600 Subject: add newclass opt and change class of st256color --- rules.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'rules.lua') 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" }, -- cgit v1.2.3