about summary refs log tree commit diff stats
path: root/user-dirs.dirs
diff options
context:
space:
mode:
authorCase Duckworth2021-08-23 23:07:31 -0500
committerCase Duckworth2021-08-23 23:07:31 -0500
commite292eb508413b9174684a8e75c93474a7f5351ee (patch)
treee7e59b21c817bfd1c438ef3cfc68b9021e786d7c /user-dirs.dirs
downloadetc-e292eb508413b9174684a8e75c93474a7f5351ee.tar.gz
etc-e292eb508413b9174684a8e75c93474a7f5351ee.zip
Initial
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..8c03e11 --- /dev/null +++ b/user-dirs.dirs
@@ -0,0 +1,15 @@
1# This file is written by xdg-user-dirs-update
2# If you want to change or add directories, just edit the line you're
3# interested in. All local changes will be retained on the next run.
4# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
5# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
6# absolute path. No other format is supported.
7#
8XDG_DESKTOP_DIR="$HOME/var/desk"
9XDG_DOCUMENTS_DIR="$HOME/var/doc"
10XDG_DOWNLOAD_DIR="$HOME/var/download"
11XDG_MUSIC_DIR="$HOME/var/music"
12XDG_PICTURES_DIR="$HOME/var/img"
13XDG_PUBLICSHARE_DIR="$HOME/var/public"
14XDG_TEMPLATES_DIR="$HOME/var/tmpl"
15XDG_VIDEOS_DIR="$HOME/var/video"