diff options
author | Case Duckworth | 2023-01-30 12:24:39 -0600 |
---|---|---|
committer | Case Duckworth | 2023-01-30 12:24:39 -0600 |
commit | 21a6509327a457cd5028c2a948bf69cacb8abe3f (patch) | |
tree | 6d23b4c07dbc799a3f535811ff121e14ea844f26 | |
parent | Inputrc! (diff) | |
download | etc-21a6509327a457cd5028c2a948bf69cacb8abe3f.tar.gz etc-21a6509327a457cd5028c2a948bf69cacb8abe3f.zip |
Change XDG_DESKTOP_DIR
-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" |