some adds

This commit is contained in:
Johannes Findeisen 2017-04-09 19:21:52 +02:00
commit 06fe22f09c
3 changed files with 21 additions and 23 deletions

View file

@ -1,11 +1,3 @@
#!/bin/sh
if [ -d /etc/X11/xinit/xinitrc.d ]; then
for f in /etc/X11/xinit/xinitrc.d/*; do
[ -x "$f" ] && . "$f"
done
unset f
fi
exec $1
# or just "exec awesome" or "xfce4-session"
exec awesome