We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6701116 commit 1022734Copy full SHA for 1022734
bin/omarchy-menu
@@ -451,9 +451,9 @@ show_system_menu() {
451
*Lock*) omarchy-lock-screen ;;
452
*Screensaver*) omarchy-launch-screensaver force ;;
453
*Suspend*) systemctl suspend ;;
454
- *Relaunch*) uwsm stop ;;
455
- *Restart*) systemctl reboot ;;
456
- *Shutdown*) systemctl poweroff ;;
+ *Relaunch*) omarchy-state clear relaunch-required && uwsm stop ;;
+ *Restart*) omarchy-state clear re*-required && systemctl reboot ;;
+ *Shutdown*) omarchy-state clear re*-required && systemctl poweroff ;;
457
*) back_to show_main_menu ;;
458
esac
459
}
0 commit comments