Config Reference

Decorations

Primary and secondary borders plus border-driven resize behavior.

Defaults

Defaults shown here are the effective builtin defaults from RuntimeTuning::builtin_defaults().

Default Config Shape

Use this as the section shape when editing halley.rune.

Decorations config
decorations:
  border:
    size 3
    radius 0
    colour-focused "#d65d26"
    colour-unfocused "#333333"
  end

  secondary-border:
    enabled false
    size 1
    gap 2
    colour-focused "#fabd2f"
    colour-unfocused "#1f1f1f"
  end

  resize-using-border true
end

decorations

Managed borders and resize behavior.

OptionTypeDefaultNotes
bordernested blocksee decorations.borderPrimary compositor-managed border.
secondary-bordernested blocksee decorations.secondary-borderOptional secondary border.
resize-using-borderbooltrueLets border hit areas drive resize interactions.

border

Primary compositor-managed border size, radius, and colors.

OptionTypeDefaultNotes
sizei323Primary border width in pixels.
radiusi320Primary border radius in pixels.
colour-focusedhex color#d65d26Border color for focused windows.
colour-unfocusedhex color#333333Border color for unfocused windows.

secondary-border

Optional secondary border width, gap, and colors.

OptionTypeDefaultNotes
enabledboolfalseEnables the secondary border.
sizei321Secondary border width in pixels.
gapi322Gap between primary and secondary borders.
colour-focusedhex color#fabd2fSecondary border color for focused windows.
colour-unfocusedhex color#1f1f1fSecondary border color for unfocused windows.