mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
6 lines
138 B
Bash
6 lines
138 B
Bash
echo "Lock 1password on screen lock"
|
|
|
|
if ! grep -q "omarchy-lock-screen" ~/.config/hypr/hypridle.conf; then
|
|
omarchy-refresh-hypridle
|
|
fi
|