fixed signal windowrules

This commit is contained in:
Honney
2026-06-15 13:07:13 +02:00
parent 5f9cb74a52
commit 3f5b981e04
+2 -2
View File
@@ -25,7 +25,7 @@ if HOSTNAME == "archlinux-hypr" then
hl.window_rule({ hl.window_rule({
name = "Signal", name = "Signal",
match = { match = {
class = ".*Signal.*" class = ".*signal.*"
}, },
workspace = "4" workspace = "4"
}) })
@@ -47,7 +47,7 @@ elseif HOSTNAME == "hp-laptop" then
hl.window_rule({ hl.window_rule({
name = "Signal", name = "Signal",
match = { match = {
class = ".*Signal.*" class = ".*signal.*"
}, },
workspace = "4" workspace = "4"
}) })