Skip to content

Instantly share code, notes, and snippets.

@pmtpro
Created August 30, 2020 07:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pmtpro/1385e08cdaa107b8a2eab7e94298380c to your computer and use it in GitHub Desktop.
Save pmtpro/1385e08cdaa107b8a2eab7e94298380c to your computer and use it in GitHub Desktop.
xfce4-screenshot auto save
#!/bin/bash
SS_NAME=$HOME/Pictures/ScreenShot_$(date +%F_%S%N).png
xfce4-screenshooter -c -f -s $SS_NAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment