diff --git a/x/.xinitrc b/x/.xinitrc index 6467665..80ff906 100755 --- a/x/.xinitrc +++ b/x/.xinitrc @@ -19,8 +19,8 @@ fi # moment I don't have the time (and will) to grasp the secuirty # consequences of removing them. # run all system xinitrc shell scripts. -if [ -d /etc/X11/xinit/xinitrc.d ]; then - for i in /etc/X11/xinit/xinitrc.d/* ; do +if [ -d /etc/X11/Xsession.d ]; then + for i in /etc/X11/Xsession.d/* ; do if [ -x "$i" ]; then . "$i" fi