diff options
| author | Blake Romero <blake@blkrom.com> | 2024-12-15 10:55:52 +0000 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2024-12-15 10:55:52 +0000 |
| commit | 0b43d65cca1b4d846593ed581d0c6a492b25a53a (patch) | |
| tree | 87afc174351e2d3800cdede8dac6b4aed5177894 | |
| parent | 431d31d3e6407f531a682b80458a221a53cda041 (diff) | |
Set xdg user directories
| -rw-r--r-- | dot-config/user-dirs.dirs | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dot-config/user-dirs.dirs b/dot-config/user-dirs.dirs new file mode 100644 index 0000000..6d23346 --- /dev/null +++ b/dot-config/user-dirs.dirs @@ -0,0 +1,15 @@ +# This file is written by xdg-user-dirs-update +# If you want to change or add directories, just edit the line you're +# interested in. All local changes will be retained on the next run. +# 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_DOWNLOAD_DIR="$HOME/downloads" +XDG_TEMPLATES_DIR="$HOME/templates" +XDG_PUBLICSHARE_DIR="$HOME/public" +XDG_DOCUMENTS_DIR="$HOME/documents" +XDG_MUSIC_DIR="$HOME/audio" +XDG_PICTURES_DIR="$HOME/images" +XDG_VIDEOS_DIR="$HOME/videos" |
