This commit is contained in:
Hannes
2026-07-02 22:11:57 +02:00
parent 421b4ca97e
commit c8bb3f40c5
2 changed files with 50 additions and 10 deletions
+4 -4
View File
@@ -8,14 +8,14 @@ if HOSTNAME == "archlinux-hypr" then
match = {
class = ".*librewolf.*"
},
workspace = "300 silent"
workspace = "30 silent"
})
hl.window_rule({
name = "Mozilla Thunderbird",
match = {
class = ".*Thunderbird.*"
},
workspace = "301 silent"
workspace = "31 silent"
})
--# Window rules on Monitor 4
hl.window_rule({
@@ -37,7 +37,7 @@ if HOSTNAME == "archlinux-hypr" then
match = {
class = ".*nextcloud.*"
},
workspace = "400"
workspace = "40"
})
elseif HOSTNAME == "hp-laptop" then
hl.window_rule({
@@ -59,7 +59,7 @@ elseif HOSTNAME == "hp-laptop" then
match = {
class = ".*nextcloud.*"
},
workspace = "400"
workspace = "40"
})
end