Outer Gaps¶
Gaps between the window tiles and the edge of the screen.
Example¶
# ~/.config/miracle-wm/config.yaml
outer_gaps:
x: 50 # 50px between the tiling grid and the edge of the output, horizontally
y: 100 # 100px between the tiling grid and the edge of the output, vertically
Schema¶
outer_gaps:
x: <int>
y: <int>
Properties¶
x¶
-
required type: Integer
Default:10Horizontal gap between the tiling grid and the edge of the output in pixels.
y¶
-
required type: Integer
Default:10Vertical gap between the tiling grid and the edge of the output in pixels.
Default¶
outer_gaps:
x: 10
y: 10