6 lines
165 B
Bash
6 lines
165 B
Bash
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
|