ryd f65a378e1f Fix path to xterm in xinitrc
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11463 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-13 21:51:40 +00:00

21 lines
446 B
Plaintext

#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
/bin/xterm