mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-12-20 03:30:02 +01:00
558 B
558 B
| weight | title |
|---|---|
| 15 | hyprshutdown |
hyprshutdown is a graceful shutdown utility. It opens
a GUI and gracefully asks apps to exit, then quits Hyprland. It's the recommended way to exit hyprland,
as otherwise (e.g. dispatch exit) apps will die instead of exiting.
Tips and tricks
If you want to shut the system down, or reboot, instead of logging out, you can do things like this:
hyprshutdown -t 'Shutting down...' --post-cmd 'shutdown -P 0'
hyprshutdown -t 'Restarting...' --post-cmd 'reboot'