Pressing PrnScr "Print Screen" on the keyboard results in a screenshot being silently saved under /home/%user%/Pictures/
How can I change this location?
Pressing PrnScr "Print Screen" on the keyboard results in a screenshot being silently saved under /home/%user%/Pictures/
How can I change this location?
Open dconf-editor (note that you may need to install it first: sudo apt install dconf-editor)
Navigate to org.gnome.gnome-screenshot:
- org
- gnome
- gnome-screenshot
Then enter a value for auto-save-directory in the format file:///path/to/directory/ e.g
file:///home/yourusername/Pictures/screenshots/
Setting the auto-save-directory
gsettings set org.gnome.gnome-screenshot auto-save-directory '/home/yourpath'
Getting it
gsettings get org.gnome.gnome-screenshot auto-save-directory