Merge branch 'master' into dev

This commit is contained in:
David Heinemeier Hansson 2025-08-11 18:28:03 +02:00
commit 4be9053d68

View File

@ -1,11 +1,11 @@
#!/bin/bash #!/bin/bash
# Lock the screen # Lock the screen
pidof hyprlock || hyprlock pidof hyprlock || hyprlock &
# Ensure 1password is locked # Ensure 1password is locked
if pgrep -x "1password" >/dev/null; then if pgrep -x "1password" >/dev/null; then
1password --lock 1password --lock &
fi fi
# Avoid running screensaver when locked # Avoid running screensaver when locked