summaryrefslogtreecommitdiff
path: root/packages/gpe-session-scripts/files/matchbox-session
blob: bffd69a24402eae756ad82a328ac60972b4914ae (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

XRES=`xdpyinfo | awk '/dimensions/ { print $2 }' | cut -dx -f1`

  matchbox-desktop &

MB_MENU_PANEL_DISABLED=1 matchbox-panel  --orientation south &
exec matchbox-window-manager $@