From: Jannik ZANDER Date: Sat, 16 Jun 2018 18:39:04 +0000 (+0200) Subject: Disable Desktop and move Download X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=2ea71e27f8415082633ecccdaedc8d0e56c2d54e;p=dotfiles.git Disable Desktop and move Download --- diff --git a/.config/user-dirs.dirs b/.config/user-dirs.dirs index 52275b7..779e1e5 100644 --- a/.config/user-dirs.dirs +++ b/.config/user-dirs.dirs @@ -5,8 +5,8 @@ # homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an # absolute path. No other format is supported. # -XDG_DESKTOP_DIR="$HOME/cloud/Desktop" -XDG_DOWNLOAD_DIR="$HOME/cloud/Download" +XDG_DESKTOP_DIR="$HOME" +XDG_DOWNLOAD_DIR="$HOME/Download" XDG_TEMPLATES_DIR="$HOME/cloud/Templates" XDG_PUBLICSHARE_DIR="$HOME/cloud/PublicShare" XDG_DOCUMENTS_DIR="$HOME/cloud/Documents"