aboutsummaryrefslogtreecommitdiffstats
path: root/user-dirs.dirs
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-07-31 00:49:01 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-07-31 00:49:01 +0200
commit4907e9554f1795c2e57a8b7a1a7940b83f05e438 (patch)
treefc4c83cb6029fa801796409602cdf19856765335 /user-dirs.dirs
parent23a0ae49605c5ae779143f2291e21ad7e5c76df2 (diff)
downloaddotfiles-4907e9554f1795c2e57a8b7a1a7940b83f05e438.tar.xz
add userdirs.dirs and .locale
Diffstat (limited to 'user-dirs.dirs')
-rw-r--r--user-dirs.dirs15
1 files changed, 15 insertions, 0 deletions
diff --git a/user-dirs.dirs b/user-dirs.dirs
new file mode 100644
index 0000000..a3335cb
--- /dev/null
+++ b/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/"
+XDG_DOWNLOAD_DIR="$HOME/downloads"
+XDG_TEMPLATES_DIR="$HOME/"
+XDG_PUBLICSHARE_DIR="$HOME/"
+XDG_DOCUMENTS_DIR="$HOME/documents"
+XDG_MUSIC_DIR="/media/music"
+XDG_PICTURES_DIR="/media/pictures"
+XDG_VIDEOS_DIR="/media/videos"