Config Reference
Keybinds
Modifier token and chord-to-action mappings.
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.
keybinds:
mod "super"
"$var.mod+m" "maximize-focused"
"$var.mod+1" "cluster slot 1"
"alt+tab" "cycle-focus"
"alt+shift+tab" "cycle-focus-backward"
"$var.mod+return" "spawn ghostty"
end| Option | Type | Default | Notes |
|---|---|---|---|
mod | modifier token | super | Base modifier token used by $var.mod and $mod. |
<chord> | action string | starter config bindings | Any additional entry maps a chord such as $var.mod+return, alt+tab, or $var.mod+1 to an action string. v0.2.0 adds defaults for maximize-focused, cycle-focus, cycle-focus-backward, and cluster slot 1 through 10. |