diff options
Diffstat (limited to 'xorg-xinit/xinit')
-rw-r--r-- | xorg-xinit/xinit | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/xorg-xinit/xinit b/xorg-xinit/xinit new file mode 100644 index 0000000..bd1874c --- /dev/null +++ b/xorg-xinit/xinit @@ -0,0 +1,7 @@ +# -*- shell-script -*- + +for f in /etc/X11/xinit/xinitrc.d/*; do + if test -r "$f"; then + . -- "$f" + fi +done |