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

removed

parent 201f0650
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/execlineb -P
#emptyenv -p
s6-setsid -qb --
umask 022
66-scandir -v3 -cu
#!/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
if [[ -z $DISPLAY ]] && (( $EUID != 0 )) {
[[ ${TTY/tty} != $TTY ]] && (( ${TTY:8:1} <= 3 )) &&
startx &
}
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