You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
520 B
14 lines
520 B
# 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"
|