Times makes more sense now
This commit is contained in:
parent
d9dc7d5171
commit
7354051d77
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
# DO NOT EDIT THIS FILE
|
# DO NOT EDIT THIS FILE
|
||||||
#exec swayidle -w \
|
#exec swayidle -w \
|
||||||
timeout 300 '$lock_command' \
|
timeout 300 '$lock_command' \
|
||||||
timeout 301 'swaymsg "output * dpms off"' \
|
timeout 300 'swaymsg "output * dpms off"' \
|
||||||
timeout 360 'systemctl suspend' \
|
timeout 310 'systemctl suspend' \
|
||||||
timeout 10 'if pgrep -x swaylock; then swaymsg "output * dpms off"; fi' \
|
timeout 10 'if pgrep -x swaylock; then swaymsg "output * dpms off"; fi' \
|
||||||
resume 'swaymsg "output * dpms on"' \
|
resume 'swaymsg "output * dpms on"' \
|
||||||
before-sleep 'playerctl -a pause' \
|
before-sleep 'playerctl -a pause' \
|
||||||
|
|
Loading…
Reference in a new issue