Add XDG dirs configuration
This commit is contained in:
parent
c37bd5f354
commit
d7c29efbc6
2 changed files with 9 additions and 0 deletions
8
xdg/.config/user-dirs.dirs
Normal file
8
xdg/.config/user-dirs.dirs
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
XDG_DESKTOP_DIR="$HOME/"
|
||||||
|
XDG_DOWNLOAD_DIR="$HOME/downloads"
|
||||||
|
XDG_TEMPLATES_DIR="$HOME/"
|
||||||
|
XDG_PUBLICSHARE_DIR="$HOME/"
|
||||||
|
XDG_DOCUMENTS_DIR="$HOME/documents"
|
||||||
|
XDG_MUSIC_DIR="$HOME/music"
|
||||||
|
XDG_PICTURES_DIR="$HOME/pictures"
|
||||||
|
XDG_VIDEOS_DIR="$HOME/"
|
1
xdg/.config/user-dirs.locale
Normal file
1
xdg/.config/user-dirs.locale
Normal file
|
@ -0,0 +1 @@
|
||||||
|
en_US
|
Loading…
Reference in a new issue