dotfiles/.config/sway/config.d/.idle.example

11 lines
424 B
Text

# Example
# DO NOT EDIT THIS FILE
#exec swayidle -w \
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' \
before-sleep 'playerctl -a pause' \
before-sleep '$lock_command'