From 62fad5af15d884485211528bc22c3ba3d3be2cad Mon Sep 17 00:00:00 2001
From: Koen Kooi <koen@openembedded.org>
Date: Fri, 19 Jan 2007 20:00:41 +0000
Subject: gpe-session-scripts: add custom matchbox session for angstrom that
 keeps the panel always at the bottom

---
 packages/gpe-session-scripts/files/angstrom/matchbox-session | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 packages/gpe-session-scripts/files/angstrom/matchbox-session

(limited to 'packages/gpe-session-scripts/files/angstrom/matchbox-session')

diff --git a/packages/gpe-session-scripts/files/angstrom/matchbox-session b/packages/gpe-session-scripts/files/angstrom/matchbox-session
new file mode 100644
index 0000000000..ad2d9b6a78
--- /dev/null
+++ b/packages/gpe-session-scripts/files/angstrom/matchbox-session
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+XRES=`xdpyinfo | awk '/dimensions/ { print $2 }' | cut -dx -f1`
+
+  matchbox-desktop &
+
+matchbox-panel --no-flip  --orientation south &
+exec matchbox-window-manager $@
+
-- 
cgit v1.2.3