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:
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
enddecorations
Managed borders and resize behavior.
| Option | Type | Default | Notes |
|---|---|---|---|
border | nested block | see decorations.border | Primary compositor-managed border. |
secondary-border | nested block | see decorations.secondary-border | Optional secondary border. |
resize-using-border | bool | true | Lets border hit areas drive resize interactions. |
border
Primary compositor-managed border size, radius, and colors.
| Option | Type | Default | Notes |
|---|---|---|---|
size | i32 | 3 | Primary border width in pixels. |
radius | i32 | 0 | Primary border radius in pixels. |
colour-focused | hex color | #d65d26 | Border color for focused windows. |
colour-unfocused | hex color | #333333 | Border color for unfocused windows. |
secondary-border
Optional secondary border width, gap, and colors.
| Option | Type | Default | Notes |
|---|---|---|---|
enabled | bool | false | Enables the secondary border. |
size | i32 | 1 | Secondary border width in pixels. |
gap | i32 | 2 | Gap between primary and secondary borders. |
colour-focused | hex color | #fabd2f | Secondary border color for focused windows. |
colour-unfocused | hex color | #1f1f1f | Secondary border color for unfocused windows. |