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.
 
 
 
 
 
 

18 lines
746 B

  1. # ln -s <this_file> ~/.config/
  2. # This file is written by xdg-user-dirs-update
  3. # If you want to change or add directories, just edit the line you're
  4. # interested in. All local changes will be retained on the next run
  5. # Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
  6. # homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
  7. # absolute path. No other format is supported.
  8. XDG_DESKTOP_DIR="$HOME/.xdg-dirs/Desktop"
  9. XDG_DOWNLOAD_DIR="$HOME/.xdg-dirs/Download"
  10. XDG_TEMPLATES_DIR="$HOME/.xdg-dirs/Templates"
  11. XDG_PUBLICSHARE_DIR="$HOME/.xdg-dirs/Publicshare"
  12. XDG_DOCUMENTS_DIR="$HOME/.xdg-dirs/Documents"
  13. XDG_MUSIC_DIR="$HOME/.xdg-dirs/Music"
  14. XDG_PICTURES_DIR="$HOME/.xdg-dirs/Pictures"
  15. XDG_VIDEOS_DIR="$HOME/.xdg-dirs/Videos"