mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Fix power menu for Screen save
This commit is contained in:
@@ -12,7 +12,7 @@ show_power_menu() {
|
|||||||
|
|
||||||
case "$selection" in
|
case "$selection" in
|
||||||
*Lock*) hyprlock ;;
|
*Lock*) hyprlock ;;
|
||||||
*Show*) ~/.local/share/omarchy/bin/omarchy-launch-screensaver ;;
|
*Save*) ~/.local/share/omarchy/bin/omarchy-launch-screensaver ;;
|
||||||
*Suspend*) systemctl suspend ;;
|
*Suspend*) systemctl suspend ;;
|
||||||
*Relaunch*) uwsm stop ;;
|
*Relaunch*) uwsm stop ;;
|
||||||
*Restart*) systemctl reboot ;;
|
*Restart*) systemctl reboot ;;
|
||||||
|
|||||||
Reference in New Issue
Block a user