mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Lock 1password on screen lock (#564)
* feat: lock 1password on screen lock * chore: add migration for omarchy-lock-screen
This commit is contained in:
@@ -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 ;;
|
||||
|
||||
Reference in New Issue
Block a user