chore: updated oxwm 77de76de
Steve · 2026-08-16 18:18 1 file(s) · +4 −3
oxwm/config.lua +4 −3
147 147
oxwm.set_floating_position("top-right")
148 148
149 149
-- Smart Enabled = No border if 1 window
150 -
oxwm.gaps.set_smart(true)
150 +
oxwm.gaps.set_smart(false)
151 151
-- Inner gaps (horizontal, vertical) in pixels
152 -
oxwm.gaps.set_inner(10, 10)
152 +
oxwm.gaps.set_inner(12, 12)
153 153
-- Outer gaps (horizontal, vertical) in pixels
154 -
oxwm.gaps.set_outer(10, 10)
154 +
oxwm.gaps.set_outer(12, 12)
155 155
156 156
-------------------------------------------------------------------------------
157 157
-- Window Rules
167 167
168 168
-- Examples (uncomment to use):
169 169
oxwm.rule.add({ instance = "chromium", floating = true, tag = 2 })
170 +
oxwm.rule.add({ instance = "helium.AppImage", floating = true, tag = 2 })
170 171
oxwm.rule.add({ instance = "gimp", floating = true})
171 172
-- oxwm.rule.add({ class = "Alacritty", tag = 9, focus = true })
172 173
-- oxwm.rule.add({ class = "firefox", title = "Library", floating = true })