Trying to prevent ~/Desktop dir creation by means of user-dirs.dirs config.

This commit is contained in:
Kolan Sh 2012-09-26 10:43:06 +04:00
parent 634e5ccc53
commit da320771d4
1 changed files with 5 additions and 0 deletions

5
.config/user-dirs.dirs Normal file
View File

@ -0,0 +1,5 @@
XDG_DESKTOP_DIR="$HOME/.big/tmp/desktop/"
XDG_DOCUMENTS_DIR="$HOME/.big/tmp/documents"
XDG_MUSIC_DIR="$HOME/.big/tmp/music"
XDG_PICTURES_DIR="$HOME/.big/tmp/pictures"
XDG_VIDEOS_DIR="$HOME/.big/tmp/videos"