diff options
author | xyz <gky44px1999@gmail.com> | 2021-05-23 18:32:27 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-05-23 18:32:27 -0700 |
commit | f8b801b9b73fde21dd708960798b53dc1b684ab8 (patch) | |
tree | e9694e28b29ad42f96d53753a2cd8959b56c2101 /.config | |
parent | 65143e631f37954a7c3fc6aedabd1e30f56518b0 (diff) |
add desktop user dir, while loop time sleep in .xinitrc
Diffstat (limited to '.config')
-rw-r--r-- | .config/user-dirs.dirs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/user-dirs.dirs b/.config/user-dirs.dirs index 344d2dcd..12d8d297 100644 --- a/.config/user-dirs.dirs +++ b/.config/user-dirs.dirs @@ -5,7 +5,7 @@ # 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" |