Updated some stuff, this ship may be sinking

This commit is contained in:
2025-09-22 11:54:41 -06:00
parent 364e7c94a2
commit 61b96b3f38
13 changed files with 91 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
# -*-conf-*-
timeout 10 'systemctl --user is-active screenlock.service && swaymsg output "*" power off' resume 'systemctl --user is-active screenlock.service && swaymsg output "*" power on'
timeout 10 'systemctl --user start screens-off.target &> /dev/null' resume 'systemctl --user stop screens-off.target'
lock 'systemctl --user start screenlock.service'
before-sleep 'systemctl --user start screenlock.service'
unlock 'systemctl --user stop screenlock.service'