mirror of https://github.com/fairyglade/ly.git
Improve xsetup.sh (profile, Xresources, xinitrc.d)
This commit is contained in:
parent
ee41d926a0
commit
06550a0df4
|
|
@ -1,4 +1,18 @@
|
||||||
#!/bin/sh
|
#!/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
|
~/.xsession
|
||||||
|
|
||||||
exec $@
|
exec $@
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue