]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/gpe-session-scripts/files/matchbox-session
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / gpe-session-scripts / files / matchbox-session
1 #!/bin/sh
2
3 XRES=`xdpyinfo | awk '/dimensions/ { print $2 }' | cut -dx -f1`
4
5   matchbox-desktop &
6
7 MB_MENU_PANEL_DISABLED=1 matchbox-panel  --orientation south &
8 exec matchbox-window-manager $@
9