Integrate Nextcloud in XDG user directories
This commit is contained in:
parent
0a800cac88
commit
e56e5b6ba0
1 changed files with 10 additions and 0 deletions
10
.config/user-dirs.dirs
Normal file
10
.config/user-dirs.dirs
Normal 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"
|
Loading…
Reference in a new issue