Cleaned up config some and added window rule for fullscreen gaps

This commit is contained in:
venus
2026-06-01 13:57:46 -05:00
parent 2250446148
commit f5781cb444
6 changed files with 81 additions and 100 deletions

View File

@@ -72,4 +72,12 @@ hl.window_rule( {
size = {"monitor_w*.4", "monitor_h*.4"},
})
hl.workspace_rule( {
workspace = "w[tv1]",
gaps_out = 1,
gaps_in = 1,
border_size = 1,
no_rounding = false,
})