Move omarchy-lock-screen to omarchy-system-lock to fit with the others

This commit is contained in:
David Heinemeier Hansson
2026-04-29 15:08:20 +02:00
parent a7593ade7a
commit 74a3797cf0
7 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -600,7 +600,7 @@ show_system_menu() {
case $(menu "System" "$options") in
*Screensaver*) omarchy-launch-screensaver force ;;
*Lock*) omarchy-lock-screen ;;
*Lock*) omarchy-system-lock ;;
*Suspend*) systemctl suspend ;;
*Hibernate*) systemctl hibernate ;;
*Logout*) omarchy-system-logout ;;