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 | |
parent | 21690b1b6efe1815e79b80ec9ba5c700daf9ebc9 (diff) | |
download | 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')
-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 e4b4a3b191..3f2d66250a 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 \ | |||
27 | 27 | ||
28 | # mb-applet-startup-monitor & | 28 | # mb-applet-startup-monitor & |
29 | 29 | ||
30 | matchbox-panel --titlebar --start-applets showdesktop --end-applets clock & | 30 | matchbox-panel --titlebar --start-applets windowselector,showdesktop --end-applets clock & |
31 | 31 | ||
32 | exec matchbox-window-manager -theme Sato -use_desktop_mode decorated -use_cursor $SHOWCURSOR $@ | 32 | exec matchbox-window-manager -theme Sato -use_desktop_mode decorated -use_cursor $SHOWCURSOR $@ |
33 | |||
34 | |||