This commit is contained in:
2026-09-16 08:44:15 +02:00
parent 1e56b05236
commit f082f9db74
15 changed files with 88 additions and 16 deletions

View File

@@ -115,4 +115,11 @@ hl.window_rule({
stay_focused = true,
dim_around = true,
})
hl.window_rule({
name = "float-uxplay",
match = { class = "GStreamer", title = "Pauls PC" },
float = true
})

View File

@@ -14,9 +14,9 @@ end
-- Set gaps for special workspaces
-- Set gaps for special workspaces and assign to primary monitor
for _, workspace in pairs(workspaces.special) do
hl.workspace_rule({ workspace = workspace, gaps_out = 64 })
hl.workspace_rule({ workspace = workspace, gaps_out = 64, monitor = monitors.primary })
end
-- Configure layouts