daub / dotfiles-older

:wrench:
MIT License
0 stars 0 forks source link

User directories #19

Open antaranyan opened 5 years ago

antaranyan commented 5 years ago

Summary

Define locations of "well known" user directories like the desktop folder and the music folder.

Possible solution

Follow defaults of xdg-user-dirs:

XDG_DESKTOP_DIR="$HOME/Desktop"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_DOWNLOAD_DIR="$HOME/Downloads"
XDG_MUSIC_DIR="$HOME/Music"
XDG_PICTURES_DIR="$HOME/Pictures"
XDG_PUBLICSHARE_DIR="$HOME/Public"
XDG_TEMPLATES_DIR="$HOME/Templates"
XDG_VIDEOS_DIR="$HOME/Videos"

Context

Additional context

Useful resources