From eb344f0b2330354f11101ad9dc0c808a15765667 Mon Sep 17 00:00:00 2001 From: srdusr Date: Fri, 3 Oct 2025 16:27:13 +0200 Subject: Various changes/updates --- linux/home/.config/user-dirs.dirs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'linux/home/.config/user-dirs.dirs') 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" -- cgit v1.2.3