fix: full swaylock config again

This commit is contained in:
Leon Schwarzäugl 2025-03-25 02:38:52 +01:00
parent e312a05de0
commit 27b06772c2
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
3 changed files with 5 additions and 6 deletions

View file

@ -1,4 +1,3 @@
timeout 300 'swaylock -f --screenshots --clock --effect-blur 7x5 --effect-vignette 0.5:0.5 --fade-in 0.2'
# timeout 600 'swaymsg "output * dpms off"'
# resume 'swaymsg "output * dpms on"'
# before-sleep 'swaylock -f --screenshots --clock --effect-blur 7x5 --effect-vignette 0.5:0.5 --fade-in 0.2'
timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"'
before-sleep 'swaylock -f --screenshots --clock --effect-blur 7x5 --effect-vignette 0.5:0.5 --fade-in 0.2'