I've been taking a lot of screenshots of my fresh installation of Sparky Linux 7 (based on Debian 12) in order to write a tutorial on this distro.
The system defaults to the Desktop for the screenshots I've taken.
I found the ~/.config for this to change it however I'm not sure what string I should add to the file.
This is the Mate DE.
I'm thinking that I would need to add this line to the config file so:
Am I right in this thinking?
The system defaults to the Desktop for the screenshots I've taken.
I found the ~/.config for this to change it however I'm not sure what string I should add to the file.
This is the Mate DE.
Code:
@Debiansparky:~/.config$ cat ~/.config/user-dirs.dirs
# This file is written by xdg-user-dirs-update
# If you want to change or add directories, just edit the line you're
# interested in. All local changes will be retained on the next run.
# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
# absolute path. No other format is supported.
#
XDG_DESKTOP_DIR="$HOME/Desktop"
XDG_DOWNLOAD_DIR="$HOME/Downloads"
XDG_TEMPLATES_DIR="$HOME/Templates"
XDG_PUBLICSHARE_DIR="$HOME/Public"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_MUSIC_DIR="$HOME/Music"
XDG_PICTURES_DIR="$HOME/Pictures"
XDG_VIDEOS_DIR="$HOME/Videos"
I'm thinking that I would need to add this line to the config file so:
Code:
XGD_SCREENSHOTS_DIR="$HOME/SCREENSHOTS"
Am I right in this thinking?

