updates
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user