7dae48f6cc
Default `loginctl terminate-session $XDG_SESSION_ID`; `logout_command` TOML override for other compositors.
13 lines
609 B
TOML
13 lines
609 B
TOML
# Moonset — Wayland Session Power Menu
|
|
# Config file: ~/.config/moonset/moonset.toml or /etc/moonset/moonset.toml
|
|
|
|
# Path to background image (optional)
|
|
# Fallback order: config → /usr/share/moonarch/wallpaper.jpg → bundled package wallpaper
|
|
# background_path = "/usr/share/moonarch/wallpaper.jpg"
|
|
|
|
# Logout command override (optional, space-separated program + args)
|
|
# Default: terminate the logind session via `loginctl terminate-session $XDG_SESSION_ID`
|
|
# (compositor-agnostic). Set this only for non-logind setups or to delegate
|
|
# logout to the compositor.
|
|
# logout_command = "niri msg action quit"
|