bindsym Mod4+Control+p exec swaylock -i ~/.config/sway/foxy.png --indicator-y-position 135

exec swayidle -w \
  timeout 300 'swaylock -i ~/.config/sway/foxy.png --indicator-y-position 135' \
  timeout 600 'swaymsg output * dpms off' \
    resume 'swaymsg putput * dpms on' \
  before-sleep 'swaylock -i ~/.config/sway/foxy.png --indicator-y-position 135'
