blob: 92cc3dbba5940f899d310293df50e8e863b1c168 (
plain)
1
2
3
4
5
6
|
xrdb ~/.Xresources
sh -c ~/.xprofile &
#runsvdir ~/.runit/runsvdir &
[ -x ~/.screenlayout/layout_1.sh ] && ~/.screenlayout/layout_1.sh
WM="$(~/.local/bin/scripts/crcparse 'WM')"
exec $WM
|