summaryrefslogtreecommitdiffstats
path: root/openembedded
diff options
context:
space:
mode:
authorMatthew Allum <mallum@openedhand.com>2005-09-30 23:07:40 +0000
committerMatthew Allum <mallum@openedhand.com>2005-09-30 23:07:40 +0000
commitfacfebe9039c6ee8e4abebd5c88dfec667cf961b (patch)
treea3b0271e6042951baaaf9de2d8254b53d901468d /openembedded
parent4f60df5b3c7e8beff22f02438ad8ec49ddeb2a1d (diff)
downloadpoky-facfebe9039c6ee8e4abebd5c88dfec667cf961b.tar.gz
More tweaks - set bg and start startup-monitor
git-svn-id: https://svn.o-hand.com/repos/poky@94 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded')
-rwxr-xr-xopenembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session6
1 files changed, 6 insertions, 0 deletions
diff --git a/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session b/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
index 536f00aa23..cf56d25b8e 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 @@
1#!/bin/sh 1#!/bin/sh
2
3
4## All this should be done by themeing/xsettings.. ##
2matchbox-desktop --icon-size 48 \ 5matchbox-desktop --icon-size 48 \
3 --icon-padding 64 \ 6 --icon-padding 64 \
4 --font sans-8:bold \ 7 --font sans-8:bold \
8 --bg /usr/share/themes/Clearlooks/background/default.png
5 --titlefont sans-8:bold & 9 --titlefont sans-8:bold &
6 10
11mb-applet-startup-monitor &
12
7matchbox-panel --orientation east \ 13matchbox-panel --orientation east \
8 --padding 4 \ 14 --padding 4 \
9 --no-menu \ 15 --no-menu \