Skip to content
Snippets Groups Projects
.xinitrc 262 B
#!/usr/bin/sh

exec 1>$HOME/xinit.log
exec 2>&1

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

(.scandir &) &
sleep 01
66-all -v3 up
exec ck-launch-session dbus-launch startkde