diff options
Diffstat (limited to 'startx.cpp')
-rw-r--r-- | startx.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -102,6 +102,10 @@ if [ x`defaults read org.x.X11 cache_fonts` = x1 ] ; then fi fi +if [ -x /usr/X11/bin/privileged_startx ] ; then + /usr/X11/bin/privileged_startx & +fi + if [ x`defaults read org.x.X11 no_auth` = x0 ] ; then enable_xauth=1 else |