allways have 1-4 attached

This commit is contained in:
Hannes
2026-07-03 19:22:22 +02:00
parent 101d9bdbb9
commit 514574928b
+17
View File
@@ -101,4 +101,21 @@ if HOSTNAME == "archlinux-hypr" then
default = false,
persistent = true
})
else
hl.workspace_rule({
workspace = "1",
persistent = true
})
hl.workspace_rule({
workspace = "2",
persistent = true
})
hl.workspace_rule({
workspace = "3",
persistent = true
})
hl.workspace_rule({
workspace = "4",
persistent = true
})
end