diff options
Diffstat (limited to 'openembedded/packages')
-rwxr-xr-x | openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session b/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session index ef608f5a2..033ba8b24 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 $@ |