aboutsummaryrefslogtreecommitdiffstats
path: root/xdg/.config/user-dirs.dirs.org
blob: a67ade37a33873c6b7d53820329de1c335be46db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#+title: XDG User Directory Configuration

I don't generally show a desktop, so just use home as my desktop directory.

#+begin_src conf-unix
  XDG_DESKTOP_DIR="$HOME/"
#+end_src

Use =documents=, =downloads=, =music=, =pictures=, and =videos= instead of their capitalized cousins. I just prefer seeing them that way.

#+begin_src conf-unix
  XDG_DOWNLOAD_DIR="$HOME/downloads"
  XDG_DOCUMENTS_DIR="$HOME/documents"
  XDG_MUSIC_DIR="$HOME/music"
  XDG_PICTURES_DIR="$HOME/pictures"
  XDG_VIDEOS_DIR="$HOME/videos"
#+end_src

I don't actually think I use anything that uses these at all, so

#+begin_src conf-unix
  XDG_TEMPLATES_DIR="$HOME/"
  XDG_PUBLICSHARE_DIR="$HOME/"
#+end_src