Skip to content

Instantly share code, notes, and snippets.

@crabcrabcam
Created July 14, 2017 20:39
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 crabcrabcam/61db5cc98083fd7521706914cb42ba03 to your computer and use it in GitHub Desktop.
Save crabcrabcam/61db5cc98083fd7521706914cb42ba03 to your computer and use it in GitHub Desktop.
Sets the GNOME-screenshot utility to auto save to the current directory (whatever the script is ran from)
here=$(pwd)
gsettings set org.gnome.gnome-screenshot auto-save-directory "file://$here/"
echo "Set"
echo "file://$here/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment