Configure Nextcloud
- some keys in ~/.config/Nextcloud/nextcloud.cfg are set by the machine automatically when in use - integrate Nextcloud in XDG user directories - make Nextcloud run on login in Gnome - add `run-private-scripts` utility to run shell scripts stored in the Nextcloud
This commit is contained in:
parent
3786f0d099
commit
6b022d29e3
5 changed files with 108 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/data"
|
||||
XDG_DOWNLOAD_DIR="$HOME/downloads"
|
||||
XDG_MUSIC_DIR="$HOME/data"
|
||||
XDG_PICTURES_DIR="$HOME/data/pictures"
|
||||
XDG_PUBLICSHARE_DIR="$HOME/data/shares/public"
|
||||
XDG_TEMPLATES_DIR="$HOME/data/templates"
|
||||
XDG_VIDEOS_DIR="$HOME/data/pictures/videos"
|
||||
Loading…
Add table
Add a link
Reference in a new issue