aboutsummaryrefslogtreecommitdiff
path: root/home/.config
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-09-05 16:17:00 -0700
committerJakob Odersky <jakob@odersky.com>2016-09-05 16:17:00 -0700
commitd2b82e185b7f79b851c3f7f03e45a7fda3a3584e (patch)
tree6da73d31a1195c89a5f6e8e2b723ed5b0f2c2351 /home/.config
parent65d44f4d86a2e36ff1c3a4d8205738bc3db11510 (diff)
downloaddotfiles-d2b82e185b7f79b851c3f7f03e45a7fda3a3584e.tar.gz
dotfiles-d2b82e185b7f79b851c3f7f03e45a7fda3a3584e.tar.bz2
dotfiles-d2b82e185b7f79b851c3f7f03e45a7fda3a3584e.zip
Use lower-case standard directories
Diffstat (limited to 'home/.config')
-rw-r--r--home/.config/user-dirs.dirs15
1 files changed, 15 insertions, 0 deletions
diff --git a/home/.config/user-dirs.dirs b/home/.config/user-dirs.dirs
new file mode 100644
index 0000000..13c614c
--- /dev/null
+++ b/home/.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/desktop"
+XDG_DOWNLOAD_DIR="$HOME/downloads"
+XDG_TEMPLATES_DIR="$HOME/templates"
+XDG_PUBLICSHARE_DIR="$HOME/public"
+XDG_DOCUMENTS_DIR="$HOME/documents"
+XDG_MUSIC_DIR="$HOME/music"
+XDG_PICTURES_DIR="$HOME/pictures"
+XDG_VIDEOS_DIR="$HOME/videos" \ No newline at end of file