Modules
Actions
System actions like shutdown, reboot, and lock
The actions module provides quick access to system operations.
Built-in Actions
| Action | Description | Command |
|---|---|---|
| Shutdown | Power off | systemctl poweroff |
| Reboot | Restart | systemctl reboot |
| Suspend | Sleep | systemctl suspend |
| Lock | Lock screen | loginctl lock-session |
| Logout | End session | loginctl terminate-user $USER |
Usage
- Open zlaunch
- Type the action name (e.g.,
shut,lock) - Press Enter to execute
Actions appear in combined mode with lower priority than applications and windows. This prevents accidental execution.
Mode Access
zlaunch show --modes actionsDemoting Actions
If actions appear too prominently in combined mode, reduce their score:
[fuzzy_match]
action_score_multiplier = 0.5 # default: 0.8This makes actions rank lower unless you specifically search for them.