Skip to content

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: 10

Horizontal gap between windows in pixels.

y

required type: Integer
Default: 10

Vertical gap between windows in pixels.

Default

inner_gaps:
  x: 10
  y: 10