about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2023-01-30 12:24:39 -0600
committerCase Duckworth2023-01-30 12:24:39 -0600
commit21a6509327a457cd5028c2a948bf69cacb8abe3f (patch)
tree6d23b4c07dbc799a3f535811ff121e14ea844f26
parentInputrc! (diff)
downloadetc-21a6509327a457cd5028c2a948bf69cacb8abe3f.tar.gz
etc-21a6509327a457cd5028c2a948bf69cacb8abe3f.zip
Change XDG_DESKTOP_DIR
-rw-r--r--user-dirs.dirs3
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#
8XDG_DESKTOP_DIR="$HOME/var/tmp" 9XDG_DESKTOP_DIR="$HOME/var/desk"
9XDG_DOCUMENTS_DIR="$HOME/var/doc" 10XDG_DOCUMENTS_DIR="$HOME/var/doc"
10XDG_DOWNLOAD_DIR="$HOME/var/download" 11XDG_DOWNLOAD_DIR="$HOME/var/download"
11XDG_MUSIC_DIR="$HOME/var/music" 12XDG_MUSIC_DIR="$HOME/var/music"