diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2026-04-13 21:45:43 +0200 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2026-04-13 21:45:43 +0200 |
| commit | 0c913f1e421b9d47c052350c4c1d619e4ac6a297 (patch) | |
| tree | c9124ff04b9252836221c41d2ca2fa133d166251 /artix/home/.config/user-dirs.dirs | |
Initial commit
Diffstat (limited to 'artix/home/.config/user-dirs.dirs')
| -rw-r--r-- | artix/home/.config/user-dirs.dirs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/artix/home/.config/user-dirs.dirs b/artix/home/.config/user-dirs.dirs new file mode 100644 index 0000000..6074b27 --- /dev/null +++ b/artix/home/.config/user-dirs.dirs @@ -0,0 +1,8 @@ +XDG_DESKTOP_DIR="$HOME" +XDG_DOWNLOAD_DIR="$HOME/dl" +XDG_TEMPLATES_DIR="$HOME/bin" +XDG_PUBLICSHARE_DIR="$HOME/bin" +XDG_DOCUMENTS_DIR="$HOME/code" +XDG_MUSIC_DIR="$HOME/music" +XDG_PICTURES_DIR="$HOME/media" +XDG_VIDEOS_DIR="$HOME/media" |
