diff options
author | Matthew Allum <mallum@openedhand.com> | 2005-09-28 17:27:35 +0000 |
---|---|---|
committer | Matthew Allum <mallum@openedhand.com> | 2005-09-28 17:27:35 +0000 |
commit | 138dbc683626867c5a93aa441ba1f8046c0d4b15 (patch) | |
tree | 36f1ca748a5720f33162d83fe5555b9f24f67271 /openembedded | |
parent | f66ce7e8f114d898395341cb00421f9a82ac22f0 (diff) | |
download | poky-138dbc683626867c5a93aa441ba1f8046c0d4b15.tar.gz |
Improve matchbox defaults
git-svn-id: https://svn.o-hand.com/repos/poky@51 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded')
-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 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 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | matchbox-desktop --icon-size 48 & | 2 | matchbox-desktop --icon-size 64 & |
3 | matchbox-panel --default-apps mb-applet-battery,mb-applet-clock & | 3 | matchbox-panel --orientation east --no-menu --no-session --default-apps mb-applet-clock,mb-applet-battery & |
4 | exec matchbox-window-manager $@ | 4 | exec matchbox-window-manager $@ |