mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
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
|