Update default XDG directories.

This commit is contained in:
Darren 'Tadgy' Austin 2021-03-26 07:16:58 +00:00
commit 3024705148

View file

@ -8,8 +8,8 @@
# There is no point setting these to the correct locations in ~/files
# as, when the directory doesn't exist, it's reset to '$HOME/' or in
# the case of DESKTOP created to prevent an error on login.
XDG_DESKTOP_DIR="$HOME/"
XDG_DOWNLOAD_DIR="$HOME/"
XDG_DESKTOP_DIR="$HOME/Desktop"
XDG_DOWNLOAD_DIR="$HOME/Downloads"
XDG_DOCUMENTS_DIR="$HOME/"
XDG_TEMPLATES_DIR="$HOME/"
XDG_PICTURES_DIR="$HOME/"