Browse Source

added xdg-user-dirs to prevent unwanted dirs in /home/marc

master
Marc 4 years ago
parent
commit
8474ae2c2f
2 changed files with 18 additions and 0 deletions
  1. 4
      .config/user-dirs.conf
  2. 14
      .config/user-dirs.dirs

4
.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

14
.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"
Loading…
Cancel
Save