From: Matthew Allum Date: Wed, 28 Sep 2005 17:27:35 +0000 (+0000) Subject: Improve matchbox defaults X-Git-Tag: 2011-1~13343 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=138dbc683626867c5a93aa441ba1f8046c0d4b15;p=openembedded-core.git Improve matchbox defaults git-svn-id: https://svn.o-hand.com/repos/poky@51 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session b/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session index ef608f5a28..033ba8b243 100755 --- a/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session +++ b/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session @@ -1,4 +1,4 @@ #!/bin/sh -matchbox-desktop --icon-size 48 & -matchbox-panel --default-apps mb-applet-battery,mb-applet-clock & +matchbox-desktop --icon-size 64 & +matchbox-panel --orientation east --no-menu --no-session --default-apps mb-applet-clock,mb-applet-battery & exec matchbox-window-manager $@