683 B
683 B
XDG User Directory Configuration
I don't generally show a desktop, so just use home as my desktop directory.
XDG_DESKTOP_DIR="$HOME/"
Use documents
, downloads
, music
, pictures
, and videos
instead of their capitalized cousins. I just prefer seeing them that way.
XDG_DOWNLOAD_DIR="$HOME/downloads"
XDG_DOCUMENTS_DIR="$HOME/documents"
XDG_MUSIC_DIR="$HOME/music"
XDG_PICTURES_DIR="$HOME/pictures"
XDG_VIDEOS_DIR="$HOME/videos"
I don't actually think I use anything that uses these at all, so
XDG_TEMPLATES_DIR="$HOME/"
XDG_PUBLICSHARE_DIR="$HOME/"