diff options
author | Tharre <tharre3@gmail.com> | 2015-10-11 17:05:42 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2016-10-07 20:13:36 +0000 |
commit | 6e9249d1d27e4b05cd267d443b554ee3f57d7bca (patch) | |
tree | 6da65fe12be04ae017fb7f5f81cdf6e5bae5f6aa /config/user-dirs.dirs | |
parent | 9ed9e4d9a397db15dea774f8a75d598c179dbaed (diff) | |
download | dotfiles-6e9249d1d27e4b05cd267d443b554ee3f57d7bca.tar.gz dotfiles-6e9249d1d27e4b05cd267d443b554ee3f57d7bca.tar.xz dotfiles-6e9249d1d27e4b05cd267d443b554ee3f57d7bca.zip |
Add ~/.config/user-dirs.dirs
Diffstat (limited to 'config/user-dirs.dirs')
-rw-r--r-- | config/user-dirs.dirs | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/config/user-dirs.dirs b/config/user-dirs.dirs new file mode 100644 index 0000000..a3c4c61 --- /dev/null +++ b/config/user-dirs.dirs @@ -0,0 +1,15 @@ +# This file is written by xdg-user-dirs-update +# If you want to change or add directories, just edit the line you're +# interested in. All local changes will be retained on the next run +# 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/var/desktop" +XDG_DOWNLOAD_DIR="$HOME/var/downloads" +XDG_TEMPLATES_DIR="$HOME/var/templates" +XDG_PUBLICSHARE_DIR="$HOME/share/public" +XDG_DOCUMENTS_DIR="$HOME/var/documents" +XDG_MUSIC_DIR="$HOME/media/music" +XDG_PICTURES_DIR="$HOME/media/pictures" +XDG_VIDEOS_DIR="$HOME/media/videos" |