Figuring out workspaces

This commit is contained in:
2026-06-27 17:04:05 +01:00
parent 18304e4f61
commit de178fa25a
3 changed files with 62 additions and 44 deletions
+6 -14
View File
@@ -176,7 +176,7 @@ hl.window_rule({
hl.window_rule({
name = "retroarch-fullscreen",
fullscreen = true,
workspace = 5,
workspace = "name:Gaming_1",
tag = "-default-opacity",
opacity = "1 1",
idle_inhibit = "fullscreen",
@@ -217,26 +217,18 @@ hl.window_rule({
-- Position drawing
hl.window_rule({
name = "krita-drawing",
workspace = 5,
workspace = "name:Art_1",
tag = "-default-opacity",
opacity = "1 1",
match = {
class = "(krita)",
},
})
-- Position TV
hl.window_rule({
name = "tv-apps",
workspace = 7,
match = {
class = "(chrome-youtube.com__-Default|chrome-netflix.com__-Default)",
},
})
-- Float Steam
hl.window_rule({
name = "steam-float",
float = true,
workspace = 7,
workspace = "name:Gaming_1",
idle_inhibit = "fullscreen",
match = {
class = "steam",
@@ -268,16 +260,16 @@ hl.window_rule({
})
-- Float Lunar Client
hl.window_rule({
name = "lunar-client-float",
name = "atlauncher-float",
float = true,
workspace = 7,
workspace = "name:Gaming_1",
center = true,
size = { 1100, 700 },
tag = "-default-opacity",
opacity = "1 1",
idle_inhibit = "fullscreen",
match = {
class = "lunarclient",
class = "atlauncher",
},
})
-- Floating windows