diff options
Diffstat (limited to 'recipes/gpe-session-scripts/files/angstrom/matchbox-session')
-rw-r--r-- | recipes/gpe-session-scripts/files/angstrom/matchbox-session | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/gpe-session-scripts/files/angstrom/matchbox-session b/recipes/gpe-session-scripts/files/angstrom/matchbox-session new file mode 100644 index 0000000000..d48b9ed308 --- /dev/null +++ b/recipes/gpe-session-scripts/files/angstrom/matchbox-session @@ -0,0 +1,6 @@ +#!/bin/sh + +#XRES=`xdpyinfo | awk '/dimensions/ { print $2 }' | cut -dx -f1` + +matchbox-desktop & +matchbox-panel --no-flip --orientation south & |