Lock 1password on screen lock (#564)

* feat: lock 1password on screen lock

* chore: add migration for omarchy-lock-screen
This commit is contained in:
RaphaelKimmig
2025-08-08 21:11:35 +02:00
committed by GitHub
parent 32e091d2e5
commit ba0666999e
4 changed files with 19 additions and 3 deletions

View File

@@ -273,7 +273,7 @@ show_update_config_menu() {
show_system_menu() {
case $(menu "System" " Lock\n󰤄 Suspend\n Relaunch\n󰜉 Restart\n󰐥 Shutdown") in
*Lock*) hyprlock ;;
*Lock*) $OMARCHY_BIN_PATH/omarchy-lock-screen ;;
*Suspend*) systemctl suspend ;;
*Relaunch*) uwsm stop ;;
*Restart*) systemctl reboot ;;