fix: windowrules

This commit is contained in:
2026-06-17 08:08:01 +02:00
parent be229a7069
commit b167d40039
2 changed files with 3 additions and 7 deletions
@@ -23,11 +23,7 @@ hl.window_rule({
-- Workspace 3
hl.window_rule({
match = { class = "minecraft-launcher" },
workspace = 3,
})
hl.window_rule({
match = { title = "[Ss]team" },
match = { tag = "launchers" },
workspace = 3,
})