#The "Suspend" option is no longer available when using alt+esc.
9 messages · Page 1 of 1 (latest)
you can add a custom key binding to go into suspend mode, I made mine adding into .config/hypr/bindings.conf :
BIND = SUPER SHIFT, S, exec, systemctl suspend
just addit back
case $(menu "System" " Lock\n Screensaver\n Suspend\n Restart\n Shutdown") in
*Lock*) omarchy-lock-screen ;;
*Screensaver*) omarchy-launch-screensaver force ;;
*Suspend*) systemctl suspend ;;
*Restart*) omarchy-cmd-reboot ;;
*Shutdown*) omarchy-cmd-shutdown ;;
*) back_to show_main_menu ;;```
@wide socket
edit the file: $HOME/.local/share/omarchy/bin/omarchy-menu
isn't this going to be written over on the next update?
if the file is modified, yes but theres not much you can do
if the update changes the file*