From e56e5b6ba0b4f961ce6e456abbe3c826f5310a7a Mon Sep 17 00:00:00 2001 From: Alexander Hess Date: Tue, 12 Jul 2022 02:25:52 +0200 Subject: [PATCH] Integrate Nextcloud in XDG user directories --- .config/user-dirs.dirs | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .config/user-dirs.dirs diff --git a/.config/user-dirs.dirs b/.config/user-dirs.dirs new file mode 100644 index 0000000..0cfbaf5 --- /dev/null +++ b/.config/user-dirs.dirs @@ -0,0 +1,10 @@ +# Configure the XDG user directories to integrate Nextcloud + +XDG_DESKTOP_DIR="$HOME/desktop" +XDG_DOCUMENTS_DIR="$HOME/nextcloud" +XDG_DOWNLOAD_DIR="$HOME/downloads" +XDG_MUSIC_DIR="$HOME/nextcloud" +XDG_PICTURES_DIR="$HOME/nextcloud/photos" +XDG_PUBLICSHARE_DIR="$HOME/nextcloud/shares" +XDG_TEMPLATES_DIR="$HOME/nextcloud/templates" +XDG_VIDEOS_DIR="$HOME/nextcloud/photos"