Trying to upload all related projects
[easy-deb-chroot] / diablo / easy-chroot / src / etc / osso-af-init / matchbox.defs.window-hack
diff --git a/diablo/easy-chroot/src/etc/osso-af-init/matchbox.defs.window-hack b/diablo/easy-chroot/src/etc/osso-af-init/matchbox.defs.window-hack
new file mode 100644 (file)
index 0000000..02a9060
--- /dev/null
@@ -0,0 +1,14 @@
+#!/bin/sh
+# matchbox.defs - Matchbox defines
+
+TITLEBAR=yes
+DESKTOPMODE=plain
+LOWLIGHT=no
+SHOWCURSOR=yes
+DIALOGMODE=free
+MBTHEME=$DEFAULTMBTHEME
+SUPERMODAL=no
+
+if [ -f $HOME/.osso/mbtheme ]; then
+    MBTHEME=`cat $HOME/.osso/mbtheme`
+fi