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
@@ -64,4 +64,4 @@ bindd = SUPER CTRL, Z, Zoom in, exec, hyprctl keyword cursor:zoom_factor $(hyprc
bindd = SUPER CTRL ALT, Z, Reset zoom, exec, hyprctl keyword cursor:zoom_factor 1
# Lock system
bindd = SUPER CTRL, L, Lock system, exec, omarchy-lock-screen
bindd = SUPER CTRL, L, Lock system, exec, omarchy-system-lock
+1 -1
View File
@@ -308,7 +308,7 @@ omarchy-font-set <name> # Change font
omarchy-update # Full system update
omarchy-version # Show Omarchy version
omarchy-debug --no-sudo --print # Debug info (ALWAYS use these flags)
omarchy-lock-screen # Lock screen
omarchy-system-lock # Lock screen
omarchy-system-shutdown # Shutdown
omarchy-system-reboot # Reboot
```