Config Reference

Decorations

Managed borders, border resize, and compositor-owned titlebars with the 0.7 neutral-and-orange defaults.

Defaults

Defaults shown here are the effective built-in defaults for the selected wiki version.

Default Config Shape

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

Decorations config
decorations:
  border:
    size 3
    radius 8
    colour-focused "#f4f5f7"
    colour-unfocused "#474d59"
  end
  resize-using-border true
  titlebars:
    enabled true
    button-position "right"
    title-position "center"
    show-buttons true
    show-icons false
    show-title true
    height 32
    colour-focused "#d65d26"
    colour-unfocused "#474d59"
  end
end

decorations

Window chrome groups.

OptionTypeDefaultNotes
bordernested blocksee decorations.borderPrimary compositor border.
resize-using-borderbooltrueEnables edge and corner resize hit areas.
titlebarsnested blocksee decorations.titlebarsChrome for server-decorated windows.

decorations.border

Primary managed-window border.

OptionTypeDefaultNotes
sizei323Border width in output pixels.
radiusi328Client-content corner radius.
colour-focusedhex RGB#f4f5f7Focused border color; 0.7 defaults to neutral near-white.
colour-unfocusedhex RGB#474d59Unfocused border color.

decorations.titlebars

Server-side titlebar layout and palette.

OptionTypeDefaultNotes
enabledbooltrueDraws titlebars for server-decorated windows.
button-positionleft | rightrightControl button group side; 0.7 places controls on the right by default.
title-positionleft | center | rightcenterTitle and app-icon group alignment.
show-buttonsbooltrueShows close, maximize, and minimize controls.
show-iconsboolfalseShows the app icon beside the title.
show-titlebooltrueShows the window title.
radiusi328Titlebar corner radius.
heighti3232Requested titlebar height.
colour-focusedhex RGB#d65d26Focused background; 0.7 uses Halley orange.
colour-unfocusedhex RGB#474d59Unfocused background.
foreground-colour-focusedhex RGB#101418Focused title and icon color.
foreground-colour-unfocusedhex RGB#f4f5f7Unfocused title and icon color.
button-hover-colourhex RGB#ffffffControl hover color.
button-pressed-colourhex RGB#101418Control pressed color.