mirror of https://github.com/fairyglade/ly.git
Remove buggy things
This commit is contained in:
parent
06550a0df4
commit
4024c4ab76
|
|
@ -1,18 +1,10 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
. /etc/profile
|
. /etc/profile
|
||||||
. ~/.profile
|
|
||||||
. /etc/xprofile
|
|
||||||
. ~/.xprofile
|
|
||||||
|
|
||||||
xrdb -merge /etc/X11/Xresources
|
xrdb -merge /etc/X11/Xresources
|
||||||
xrdb -merge ~/.Xresources
|
xrdb -merge ~/.Xresources
|
||||||
|
|
||||||
xinitdir="/etc/X11/xinit/xinitrc.d"
|
|
||||||
for script in $xinitdir/*; do
|
|
||||||
. "$script"
|
|
||||||
done
|
|
||||||
|
|
||||||
~/.xsession
|
~/.xsession
|
||||||
|
|
||||||
exec $@
|
exec $@
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue