Browse Source

load /etc/Xll/xinit/xinitrc.d

pull/1/head
10sr 11 years ago
parent
commit
3a94355e55
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