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
+2 -2
View File
@@ -4,7 +4,7 @@
-- Games -- Games
hl.window_rule({ hl.window_rule({
match = { match = {
class = "steam_app", class = "steam_app.*",
}, },
tag = "+game", tag = "+game",
}) })
@@ -32,7 +32,7 @@ hl.window_rule({
}) })
hl.window_rule({ hl.window_rule({
match = { match = {
class = "SteamVR Status|Open File|Media viewer|Volume Control|Picture-in-Picture|File Operation Progress|Loading|AG Controller|AG Controller|Qalculate", title = "SteamVR Status|Open File|Media viewer|Volume Control|Picture-in-Picture|File Operation Progress|Loading|AG Controller|AG Controller|Qalculate",
}, },
tag = "+dialog", tag = "+dialog",
}) })
@@ -23,11 +23,7 @@ hl.window_rule({
-- Workspace 3 -- Workspace 3
hl.window_rule({ hl.window_rule({
match = { class = "minecraft-launcher" }, match = { tag = "launchers" },
workspace = 3,
})
hl.window_rule({
match = { title = "[Ss]team" },
workspace = 3, workspace = 3,
}) })