commit d07aadefd1b33ac5be8f39925824892b926ac1fb parent aaaad55a2cd5f9d4a02d496274e219599aad1c7d Author: Chris Bracken <cbracken@google.com> Date: Thu, 11 Oct 2012 17:01:14 -0700 Renamed default directories to my personal preferences Diffstat:
A | .config/user-dirs.dirs | | | 15 | +++++++++++++++ |
1 file changed, 15 insertions(+), 0 deletions(-)
diff --git a/.config/user-dirs.dirs 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/doc/desktop" +XDG_DOWNLOAD_DIR="$HOME/downloads" +XDG_TEMPLATES_DIR="$HOME/templates" +XDG_PUBLICSHARE_DIR="$HOME/pub" +XDG_DOCUMENTS_DIR="$HOME/doc" +XDG_MUSIC_DIR="$HOME/doc/music" +XDG_PICTURES_DIR="$HOME/doc/images" +XDG_VIDEOS_DIR="$HOME/doc/video"