diff --git a/.config/user-dirs.conf b/.config/user-dirs.conf new file mode 100644 index 0000000..92f9831 --- /dev/null +++ b/.config/user-dirs.conf @@ -0,0 +1,4 @@ +# disable automatic creation of missing xdg-user-dirs +# see also $HOME/.config/user-dirs.dirs + +enabled=False diff --git a/.config/user-dirs.dirs b/.config/user-dirs.dirs new file mode 100644 index 0000000..30b885d --- /dev/null +++ b/.config/user-dirs.dirs @@ -0,0 +1,14 @@ +# requires xdg-user-dirs to work + +# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped +# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an +# absolute path. No other format is supported. + +#XDG_DESKTOP_DIR="$HOME/Desktop" +XDG_DOWNLOAD_DIR="$HOME/Archiv/Downloads" +#XDG_TEMPLATES_DIR="$HOME/Vorlagen" +#XDG_PUBLICSHARE_DIR="$HOME/Öffentlich" +XDG_DOCUMENTS_DIR="$HOME/Archiv/Dokumente" +XDG_MUSIC_DIR="/mnt/network/Audio" +XDG_PICTURES_DIR="$HOME/Archiv/Bilder" +XDG_VIDEOS_DIR="/mnt/network/Videos"