diff options
Diffstat (limited to 'linux/home/.config/user-dirs.dirs')
| -rw-r--r-- | linux/home/.config/user-dirs.dirs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linux/home/.config/user-dirs.dirs b/linux/home/.config/user-dirs.dirs index 0db0cae..989eb64 100644 --- a/linux/home/.config/user-dirs.dirs +++ b/linux/home/.config/user-dirs.dirs @@ -4,8 +4,8 @@ # Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped # homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an # absolute path. No other format is supported. -# -XDG_DESKTOP_DIR="$HOME/" +# +XDG_DESKTOP_DIR="$HOME/desktop" XDG_DOWNLOAD_DIR="$HOME/downloads" XDG_TEMPLATES_DIR="$HOME/" XDG_PUBLICSHARE_DIR="$HOME/" @@ -13,3 +13,4 @@ XDG_DOCUMENTS_DIR="$HOME/documents" XDG_MUSIC_DIR="$HOME/music" XDG_PICTURES_DIR="$HOME/pictures" XDG_VIDEOS_DIR="$HOME/videos" +XDG_GAMES_DIR="$HOME/games" |
