Parcourir la source

remove comment

pull/1/head
10sr il y a 12 ans
Parent
révision
2e4f7da668
1 fichiers modifiés avec 0 ajouts et 9 suppressions
  1. +0
    -9
      xinitrc

+ 0
- 9
xinitrc Voir le fichier

@@ -25,18 +25,9 @@ __upper(){
}

XDG_DIRS=$HOME/.xdg-dirs
# XDG_DESKTOP_DIR=$XDG_DIRS/Desktop
# XDG_DOWNLOAD_DIR=$XDG_DIRS/Download
# XDG_TEMPLATES_DIR=$XDG_DIRS/Templates
# XDG_PUBLICSHARE_DIR=$XDG_DIRS/Public
# XDG_DOCUMENTS_DIR=$XDG_DIRS/Document
# XDG_MUSIC_DIR=$XDG_DIRS/Music
# XDG_PICTURES_DIR=$XDG_DIRS/Pictures
# XDG_VIDEOS_DIR=$XDG_DIRS/Videos

for f in Desktop Download Templates Publicshare Documents Music Pictures Videos
do
export XDG_`__upper $f`_DIR=$XDG_DIRS/$f
mkdir -p $XDG_DIRS/$f
done
#echo $XDG_DESKTOP_DIR

Chargement…
Annuler
Enregistrer