diff options
-rw-r--r-- | user-dirs.dirs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user-dirs.dirs b/user-dirs.dirs index 2b833c5..385533d 100644 --- a/user-dirs.dirs +++ b/user-dirs.dirs | |||
@@ -1,3 +1,4 @@ | |||
1 | # -*- sh -*- | ||
1 | # This file is written by xdg-user-dirs-update | 2 | # 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 | # 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 | # interested in. All local changes will be retained on the next run. |
@@ -5,7 +6,7 @@ | |||
5 | # homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an | 6 | # homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an |
6 | # absolute path. No other format is supported. | 7 | # absolute path. No other format is supported. |
7 | # | 8 | # |
8 | XDG_DESKTOP_DIR="$HOME/var/tmp" | 9 | XDG_DESKTOP_DIR="$HOME/var/desk" |
9 | XDG_DOCUMENTS_DIR="$HOME/var/doc" | 10 | XDG_DOCUMENTS_DIR="$HOME/var/doc" |
10 | XDG_DOWNLOAD_DIR="$HOME/var/download" | 11 | XDG_DOWNLOAD_DIR="$HOME/var/download" |
11 | XDG_MUSIC_DIR="$HOME/var/music" | 12 | XDG_MUSIC_DIR="$HOME/var/music" |