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