Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jfrederickson/bf7ae66d98764d889bbde4370d0d7a82 to your computer and use it in GitHub Desktop.
Save jfrederickson/bf7ae66d98764d889bbde4370d0d7a82 to your computer and use it in GitHub Desktop.
swayidle
exec swayidle -w timeout 300 'swaylock -f -i /home/jfred/Pictures/wallpaper/dennoucoil.jpeg' \
timeout 10 'if pgrep swaylock; then swaymsg "output * dpms off"; fi' \
resume 'swaymsg "output * dpms on"' \
before-sleep 'swaylock -f -i /home/jfred/Pictures/wallpaper/dennoucoil.jpeg'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment