diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-07-31 00:49:01 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-07-31 00:49:01 +0200 |
commit | 4907e9554f1795c2e57a8b7a1a7940b83f05e438 (patch) | |
tree | fc4c83cb6029fa801796409602cdf19856765335 | |
parent | 23a0ae49605c5ae779143f2291e21ad7e5c76df2 (diff) | |
download | dotfiles-4907e9554f1795c2e57a8b7a1a7940b83f05e438.tar.xz |
add userdirs.dirs and .locale
-rw-r--r-- | user-dirs.dirs | 15 | ||||
-rw-r--r-- | user-dirs.locale | 1 |
2 files changed, 16 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" diff --git a/user-dirs.locale b/user-dirs.locale new file mode 100644 index 0000000..3e0b419 --- /dev/null +++ b/user-dirs.locale @@ -0,0 +1 @@ +en_US
\ No newline at end of file |