Config Reference

Tile

Tiling layout gaps, stack depth, and queued-window icon 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.

Tile config
tile:
  new-on-top false
  gaps-inner 20
  gaps-outer 20
  max-stack 4
  queue-show-icons true
end
OptionTypeDefaultNotes
new-on-topboolfalseInserts new tiled windows at the top of the stack when possible.
gaps-innerf3220.0Inner gap between tiled windows.
gaps-outerf3220.0Outer gap around the tiled layout.
max-stackusize4Max visible stack depth before queueing.
queue-show-iconsbooltrueShows icons for queued tiled windows.