Inner Gaps¶
Gaps between windows in pixels.
Example¶
# ~/.config/miracle-wm/config.yaml
inner_gaps:
x: 50 # 50px between windows horizontally
y: 20 # 20px between windows vertically
Schema¶
inner_gaps:
x: <int>
y: <int>
Properties¶
x¶
-
required type: Integer
Default:10Horizontal gap between windows in pixels.
y¶
-
required type: Integer
Default:10Vertical gap between windows in pixels.
Default¶
inner_gaps:
x: 10
y: 10