diff options
author | Ross Burton <ross@openedhand.com> | 2007-02-22 15:36:29 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-02-22 15:36:29 +0000 |
commit | 10ff7f5af855691d751b879f9b92d6ddfb29c2e6 (patch) | |
tree | 39a0cdd1a7f80e86d6bc5c287aefe205e6f750ee /meta/packages | |
parent | 21690b1b6efe1815e79b80ec9ba5c700daf9ebc9 (diff) | |
download | ast2050-yocto-poky-10ff7f5af855691d751b879f9b92d6ddfb29c2e6.zip ast2050-yocto-poky-10ff7f5af855691d751b879f9b92d6ddfb29c2e6.tar.gz |
Add window selector applet
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1286 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rwxr-xr-x | meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session b/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session index e4b4a3b..3f2d662 100755 --- a/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session +++ b/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session @@ -27,8 +27,6 @@ matchbox-desktop --icon-size 64 \ # mb-applet-startup-monitor & -matchbox-panel --titlebar --start-applets showdesktop --end-applets clock & +matchbox-panel --titlebar --start-applets windowselector,showdesktop --end-applets clock & exec matchbox-window-manager -theme Sato -use_desktop_mode decorated -use_cursor $SHOWCURSOR $@ - - |