#!/bin/bash

xsetroot -solid \#C1D82F &

#eval `cat $HOME/.fehbg` &

# This needs to have the network up before it runs, so it should
# do a smart check of that. For now, sleep...
# Could be useful:
# --allow-http-screen-capture
# --ash-enable-touch-view-testing
#( sleep 10 ;					\
#	chromium --auto-launch-at-startup	\
#	--disable-overlay-scrollbar		\
#	--dns-prefetch-disable			\
#	--first-exec-after-boot			\
#	--force-app-mode			\
#	--kiosk					\
#	--start-fullscreen			\
#	--app=http://www.lulzbot.com/		\
#	) &

#xterm &

iceweasel \
	http://127.0.0.1:8080/

