Fixed disgusting tabs
This commit is contained in:
parent
55558a31d6
commit
52f6def4be
1 changed files with 5 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Example
|
# Example
|
||||||
# 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 301 'swaymsg "output * dpms off"' \
|
||||||
timeout 360 'systemctl suspend' \
|
timeout 360 'systemctl suspend' \
|
||||||
resume 'swaymsg "output * dpms on"' \
|
resume 'swaymsg "output * dpms on"' \
|
||||||
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 'if pgrep -x swaylock; then swaymsg "output * dpms on"; fi' \
|
resume 'if pgrep -x swaylock; then swaymsg "output * dpms on"; fi' \
|
||||||
before-sleep 'playerctl -a pause' \
|
before-sleep 'playerctl -a pause' \
|
||||||
before-sleep '$lock_command'
|
before-sleep '$lock_command'
|
||||||
|
|
Loading…
Reference in a new issue