Remove buggy things

This commit is contained in:
TheDevKiller 2019-08-21 17:05:19 +02:00
parent 06550a0df4
commit 4024c4ab76
1 changed files with 0 additions and 8 deletions

View File

@ -1,18 +1,10 @@
#!/bin/sh
. /etc/profile
. ~/.profile
. /etc/xprofile
. ~/.xprofile
xrdb -merge /etc/X11/Xresources
xrdb -merge ~/.Xresources
xinitdir="/etc/X11/xinit/xinitrc.d"
for script in $xinitdir/*; do
. "$script"
done
~/.xsession
exec $@