fix: windowrules
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
-- Games
|
||||
hl.window_rule({
|
||||
match = {
|
||||
class = "steam_app",
|
||||
class = "steam_app.*",
|
||||
},
|
||||
tag = "+game",
|
||||
})
|
||||
@@ -32,7 +32,7 @@ hl.window_rule({
|
||||
})
|
||||
hl.window_rule({
|
||||
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",
|
||||
})
|
||||
|
||||
@@ -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,
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user