summaryrefslogtreecommitdiff
path: root/packages/gpe-session-scripts/files/angstrom
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-01-19 20:00:41 +0000
committerKoen Kooi <koen@openembedded.org>2007-01-19 20:00:41 +0000
commit62fad5af15d884485211528bc22c3ba3d3be2cad (patch)
treeca1897e5e873a5adf648596dc4c8a00f81afad4c /packages/gpe-session-scripts/files/angstrom
parent09ac0cd7234040cdedf054aee5c831f1c9a18293 (diff)
gpe-session-scripts: add custom matchbox session for angstrom that keeps the panel always at the bottom
Diffstat (limited to 'packages/gpe-session-scripts/files/angstrom')
-rw-r--r--packages/gpe-session-scripts/files/angstrom/.mtn2git_empty0
-rw-r--r--packages/gpe-session-scripts/files/angstrom/matchbox-session9
2 files changed, 9 insertions, 0 deletions
diff --git a/packages/gpe-session-scripts/files/angstrom/.mtn2git_empty b/packages/gpe-session-scripts/files/angstrom/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/gpe-session-scripts/files/angstrom/.mtn2git_empty
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 $@
+