Skip to content

Control Center

The [control_center] section configures the control center panel.

The [control_center.power_actions] table sets the commands for power operations.

OptionTypeDefaultDescription
sleepstring"systemctl suspend"Command to run for sleep/suspend.
rebootstring"systemctl reboot"Command to run for reboot.
poweroffstring"systemctl poweroff"Command to run for power off.

Commands run via sh -c. Set a command to an empty string to disable it.

[control_center.power_actions]
sleep = "systemctl suspend"
reboot = "systemctl reboot"
poweroff = "systemctl poweroff"