From facfebe9039c6ee8e4abebd5c88dfec667cf961b Mon Sep 17 00:00:00 2001
From: Matthew Allum <mallum@openedhand.com>
Date: Fri, 30 Sep 2005 23:07:40 +0000
Subject: More tweaks - set bg and start startup-monitor

git-svn-id: https://svn.o-hand.com/repos/poky@94 311d38ba-8fff-0310-9ca6-ca027cbcb966
---
 .../packages/matchbox-poky/matchbox-poky/etc/matchbox/session       | 6 ++++++
 1 file changed, 6 insertions(+)

(limited to 'openembedded')

diff --git a/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session b/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
index 536f00aa2..cf56d25b8 100755
--- a/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
+++ b/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
@@ -1,9 +1,15 @@
 #!/bin/sh
+
+
+## All this should be done by themeing/xsettings.. ## 
 matchbox-desktop --icon-size 48 \
                  --icon-padding 64 \
                  --font sans-8:bold \
+                 --bg /usr/share/themes/Clearlooks/background/default.png
                  --titlefont sans-8:bold &
 
+mb-applet-startup-monitor &                 
+
 matchbox-panel --orientation east \
                --padding 4 \
                --no-menu \
-- 
cgit v1.2.3