Skip to content
Snippets Groups Projects
Commit 2b7aa4dd authored by jean-michel's avatar jean-michel
Browse files

Delete .xinitrc

parent fe53350b
No related branches found
No related tags found
No related merge requests found
#!/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment