Skip to content

Instantly share code, notes, and snippets.

@sandboiii
Last active September 18, 2023 09:57
Show Gist options
  • Save sandboiii/4bed70bcf737605fd194189617a9959d to your computer and use it in GitHub Desktop.
Save sandboiii/4bed70bcf737605fd194189617a9959d to your computer and use it in GitHub Desktop.
Save GNOME screenshots to custom directory on Linux

Save GNOME screenshots to custom directory on Linux

If you want to change default screenshot directory to other location, for example "Screenshots" directory.

Execute following command:

gsettings set org.gnome.gnome-screenshot auto-save-directory "file:///home/$USER/Screenshots/"

Have a good day!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment