21 lines
450 B
Plaintext
Raw Normal View History

#setting green backgroun, if xsetroot exists
if [ -x `which xsetroot` ]; then
xsetroot -solid green
fi
BKGD_IMAGE_PATH=/usr/share/X11/bkgd-images/
if [ -x `which Esetroot` ]; then
Esetroot -scale ${BKGD_IMAGE_PATH}/default.png
fi
# starting window manager, if available
if [ -x /usr/bin/fluxbox ]; then
/usr/bin/fluxbox &
elif [ -x /usr/bin/matchbox-window-manager ]; then
/usr/bin/matchbox-window-manager &
fi
#starting shell
/usr/bin/xterm