Skip to content

Instantly share code, notes, and snippets.

@emilcarr
Created March 17, 2021 22:06
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 emilcarr/210c08a752099e5961634f921d09aef7 to your computer and use it in GitHub Desktop.
Save emilcarr/210c08a752099e5961634f921d09aef7 to your computer and use it in GitHub Desktop.
sxhkd config to take a screenshot and copy it to the x clipboard
Print
scrot -s ~/Pictures/%d-%m-%y_%h-%m-%T_$wx$h_scrot.png -e 'xclip -selection clipboard -target image/png -i $f'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment