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

5
migrations/1754679822.sh Normal file
View File

@@ -0,0 +1,5 @@
echo "Lock 1password on screen lock"
if ! grep -q "omarchy-lock-screen" ~/.config/hypr/hypridle.conf; then
~/.local/share/omarchy/bin/omarchy-refresh-hypridle
fi