Browse Source

Merge branch 'master' of github.com:10sr/dotfiles

pull/1/head
10sr 11 years ago
parent
commit
176c2b1fe2
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      xinitrc

+ 7
- 0
xinitrc View File

@@ -34,3 +34,10 @@ do
export XDG_`__upper $f`_DIR=$XDG_DIRS/$f
mkdir -p $XDG_DIRS/$f
done

if [ -d /etc/X11/xinit/xinitrc.d ]; then
for f in /etc/X11/xinit/xinitrc.d/*; do
[ -x "$f" ] && . "$f"
done
unset f
fi

Loading…
Cancel
Save