Integrate Nextcloud in XDG user directories

This commit is contained in:
Alexander Hess 2022-07-12 02:25:52 +02:00
parent 0a800cac88
commit e56e5b6ba0
Signed by: alexander
GPG key ID: 344EA5AB10D868E0

10
.config/user-dirs.dirs Normal file
View file

@ -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"