Inner Gaps
Gaps between windows in pixels.
Key
inner_gaps
Value
A 2D integer point describing the gaps in pixels in the X and Y directions:
x: int
y: int
Default
x: 10
y: 10
Example
# ~/.config/miracle-wm.yaml
inner_gaps:
x: 50 # 50px between windows horizontally
y: 20 # 20px between windows vertically