From bbe68666db0e691d5bbccc97f9f2e811d328d4bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Fri, 23 Aug 2024 17:46:04 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20remove(xdg):=20public?= =?UTF-8?q?=20and=20templates=20dir?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/user-dirs.dirs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/user-dirs.dirs b/.config/user-dirs.dirs index c2394352..94beb6cc 100644 --- a/.config/user-dirs.dirs +++ b/.config/user-dirs.dirs @@ -4,13 +4,13 @@ # 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/desktop" XDG_DOCUMENTS_DIR="$HOME/documents" XDG_DOWNLOAD_DIR="$HOME/downloads" XDG_MUSIC_DIR="$HOME/music" XDG_PICTURES_DIR="$HOME/pictures" -XDG_PUBLICSHARE_DIR="$HOME/public" -XDG_TEMPLATES_DIR="$HOME/templates" +XDG_PUBLICSHARE_DIR="$HOME/" +XDG_TEMPLATES_DIR="$HOME/" XDG_VIDEOS_DIR="$HOME/videos" XDG_GAMES_DIR="$HOME/games"