xdg: Move xdg media directories
Moved all directories with media contents (pictures, videos, music) to a single coherent media directory.
This commit is contained in:
parent
0d978f7673
commit
c9c0490cbf
7 changed files with 19 additions and 9 deletions
|
|
@ -23,10 +23,11 @@ test "$XDG_DATA_HOME" || export XDG_DATA_HOME="$HOME/.local/share"
|
|||
test "$XDG_DESKTOP_DIR" || export XDG_DESKTOP_DIR="$HOME/desktop"
|
||||
test "$XDG_DOCUMENTS_DIR" || export XDG_DOCUMENTS_DIR="$HOME/documents"
|
||||
test "$XDG_DOWNLOAD_DIR" || export XDG_DOWNLOAD_DIR="$HOME/downloads"
|
||||
test "$XDG_MUSIC_DIR" || export XDG_MUSIC_DIR="$HOME/music"
|
||||
test "$XDG_PICTURES_DIR" || export XDG_PICTURES_DIR="$HOME/pictures"
|
||||
test "$XDG_PROJECTS_DIR" || export XDG_PROJECTS_DIR="$HOME/projects"
|
||||
test "$XDG_VIDEOS_DIR" || export XDG_VIDEOS_DIR="$HOME/videos"
|
||||
|
||||
export XDG_MUSIC_DIR="$HOME/media/music"
|
||||
export XDG_PICTURES_DIR="$HOME/media/pictures"
|
||||
export XDG_VIDEOS_DIR="$HOME/media/videos"
|
||||
|
||||
## Non-Standard additions
|
||||
# non-standard, is added to path to enable execution of any files herein
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue