fix: windowrules
This commit is contained in:
@@ -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,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user