awk 'BEGIN { FS=": " } /Hardware/ { print $2 } ' </proc/cpuinfo
}
+SHOWCURSOR="no"
+
## Start up machine specific input devices. Really needs to go in its own session
case `module_id` in
"SHARP Shepherd" | "SHARP Husky" | "SHARP Corgi" | "SHARP Spitz" | "SHARP Akita" | "SHARP Borzoi")
"Generic OMAP1510/1610/1710")
/usr/bin/mbinputmgr &
;;
+ "ARM-IntegratorCP")
+ /usr/bin/mbinputmgr &
+ SHOWCURSOR="yes"
+ ;;
esac
## All this should be done by themeing/xsettings.. ##
--default-apps mb-applet-home,mb-applet-clock,mb-applet-battery &
## eek ugly no cursor hack - transparent theme should do this
-exec matchbox-window-manager -theme Clearlooks -use_cursor no $@
+exec matchbox-window-manager -theme Clearlooks -use_cursor $SHOWCURSOR $@