diff options
author | Justin Patrin <papercrane@gmail.com> | 2007-01-21 20:35:02 +0000 |
---|---|---|
committer | Justin Patrin <papercrane@gmail.com> | 2007-01-21 20:35:02 +0000 |
commit | 725b31633b9944eec4c081f1edad620607ce5c5d (patch) | |
tree | ceb8c4ecb940ba86bb136862dcf0d5f609a0f2df /packages/gpe-session-scripts/files | |
parent | a01f1ba3c4046a1beb395acf21008864b1880156 (diff) | |
parent | 4e9277d080e363f4eaa16a0d345c23970a65c4e5 (diff) |
merge of '98112dc48d05ba36117d1045ed0b25ac449d5c7f'
and 'a6d3725bcd7849f3044d01c9bfa2c73dd96dfe89'
Diffstat (limited to 'packages/gpe-session-scripts/files')
-rw-r--r-- | packages/gpe-session-scripts/files/angstrom/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/gpe-session-scripts/files/angstrom/matchbox-session | 9 |
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 $@ + |