From cc10afdabdcdd24844e5bdca1f766e622b18b761 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 17 Apr 2025 10:39:49 +0200 Subject: [PATCH] ignore size hints for kitty --- .config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index badbbad..ec9eb19 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -1273,7 +1273,7 @@ awful.rules.rules = { placement = awful.placement.centered, }, }, - { rule_any = { class = { "URxvt" }, properties = { size_hints_honor = false } }, + { rule_any = { class = { "URxvt", "kitty" } }, properties = { size_hints_honor = false } }, { rule = { instance = "irc" }, callback = move_to_tag_by_name(nil, "irc") }, { rule = { class = "scrcpy" }, callback = move_to_tag_by_name(nil, "[]") }, { rule_any = { class = { "Firefox", "firefox" } }, callback = move_to_tag_by_name(nil, "ffx") }, -- 2.39.5