Figuring out workspaces
This commit is contained in:
+6
-14
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user