diff options
| author | Andrew Pirie <andrew@apirie.uk> | 2024-08-28 23:52:29 +0100 |
|---|---|---|
| committer | Andrew Pirie <andrew@apirie.uk> | 2024-08-28 23:52:29 +0100 |
| commit | f585e70f8cd049ea0605a85e04bce29bcdd050c4 (patch) | |
| tree | dd005618f75a5fd94630d2d838643be147ec941f /xdg/.config/user-dirs.dirs | |
| download | dotfiles-f585e70f8cd049ea0605a85e04bce29bcdd050c4.tar.gz dotfiles-f585e70f8cd049ea0605a85e04bce29bcdd050c4.zip | |
initial commit
Diffstat (limited to '')
| -rw-r--r-- | xdg/.config/user-dirs.dirs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/xdg/.config/user-dirs.dirs b/xdg/.config/user-dirs.dirs new file mode 100644 index 0000000..ee17cbd --- /dev/null +++ b/xdg/.config/user-dirs.dirs @@ -0,0 +1,8 @@ +XDG_DESKTOP_DIR="$HOME/desktop" +XDG_DOCUMENTS_DIR="$HOME/doc" +XDG_DOWNLOAD_DIR="$HOME/download" +XDG_PICTURES_DIR="$HOME/pic" +XDG_MUSIC_DIR="$HOME/music" +XDG_VIDEOS_DIR="$HOME/vid" +XDG_TEMPLATES_DIR="$HOME/templates" +XDG_PUBLICSHARE_DIR="$HOME/public" |
