Fixed Fremantle prerm bug, first free Diablo version.
[easy-deb-chroot] / diablo / easy-chroot / src / etc / osso-af-init / matchbox.defs.orig
1 #!/bin/sh
2 # matchbox.defs - Matchbox defines
3
4 TITLEBAR=yes
5 DESKTOPMODE=plain
6 LOWLIGHT=no
7 SHOWCURSOR=yes
8 DIALOGMODE=static
9 MBTHEME=$DEFAULTMBTHEME
10 SUPERMODAL=yes
11
12 if [ -f $HOME/.osso/mbtheme ]; then
13     MBTHEME=`cat $HOME/.osso/mbtheme`
14 fi