The internet lied to me
This commit is contained in:
parent
52f6def4be
commit
9b269a8727
1 changed files with 1 additions and 2 deletions
|
@ -4,8 +4,7 @@
|
|||
timeout 300 '$lock_command' \
|
||||
timeout 301 'swaymsg "output * dpms off"' \
|
||||
timeout 360 'systemctl suspend' \
|
||||
resume 'swaymsg "output * dpms on"' \
|
||||
timeout 10 'if pgrep -x swaylock; then swaymsg "output * dpms off"; fi' \
|
||||
resume 'if pgrep -x swaylock; then swaymsg "output * dpms on"; fi' \
|
||||
resume 'swaymsg "output * dpms on"' \
|
||||
before-sleep 'playerctl -a pause' \
|
||||
before-sleep '$lock_command'
|
||||
|
|
Loading…
Reference in a new issue