Add XDG user dirs
This commit is contained in:
parent
469ea0e35a
commit
018e737960
2 changed files with 9 additions and 0 deletions
8
etc/user-dirs.dirs
Normal file
8
etc/user-dirs.dirs
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
XDG_DESKTOP_DIR="$HOME"
|
||||||
|
XDG_DOCUMENTS_DIR="$HOME/documents"
|
||||||
|
XDG_DOWNLOAD_DIR="$HOME/downloads"
|
||||||
|
XDG_MUSIC_DIR="$HOME/music"
|
||||||
|
XDG_PICTURES_DIR="$HOME/images"
|
||||||
|
XDG_PUBLICSHARE_DIR="$HOME/Public"
|
||||||
|
XDG_TEMPLATES_DIR="$HOME/Templates"
|
||||||
|
XDG_VIDEOS_DIR="$HOME/videos"
|
||||||
|
|
@ -16,3 +16,4 @@
|
||||||
~/.Xdefaults: X/.Xdefaults
|
~/.Xdefaults: X/.Xdefaults
|
||||||
~/.profile: etc/.profile
|
~/.profile: etc/.profile
|
||||||
~/.urlview: urlview/.urlview
|
~/.urlview: urlview/.urlview
|
||||||
|
~/.config/user-dirs.dirs: etc/user-dirs.dirs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue