fixed signal windowrules
This commit is contained in:
@@ -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"
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user