From 3024705148a96718d2b798936fff3b7016076485 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Fri, 26 Mar 2021 07:16:58 +0000 Subject: [PATCH] Update default XDG directories. --- .config/user-dirs.dirs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/user-dirs.dirs b/.config/user-dirs.dirs index c025f4c..045e67f 100644 --- a/.config/user-dirs.dirs +++ b/.config/user-dirs.dirs @@ -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/"