diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2008-01-17 16:26:00 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2008-01-17 16:26:00 +0000 |
commit | 31bc986f959cf8e2dfaafa294dc671161df8ff37 (patch) | |
tree | 76dabcd06417fbc6118e32c8900136fe08300b07 /packages/gpe-session-scripts/files | |
parent | 94760031fd32486d95b2699bbb9656dcf0b74653 (diff) |
gpe-session-scripts 0.67: Cleanup matchbox-session scripts.
* Fix strange indentation.
* Comment out expensive computing of unused XRES variable. (But don't remove -
one sweet day we'll use it!)
Diffstat (limited to 'packages/gpe-session-scripts/files')
-rw-r--r-- | packages/gpe-session-scripts/files/angstrom/matchbox-session | 8 | ||||
-rw-r--r-- | packages/gpe-session-scripts/files/matchbox-session | 8 |
2 files changed, 6 insertions, 10 deletions
diff --git a/packages/gpe-session-scripts/files/angstrom/matchbox-session b/packages/gpe-session-scripts/files/angstrom/matchbox-session index b0bec8c742..d48b9ed308 100644 --- a/packages/gpe-session-scripts/files/angstrom/matchbox-session +++ b/packages/gpe-session-scripts/files/angstrom/matchbox-session @@ -1,8 +1,6 @@ #!/bin/sh -XRES=`xdpyinfo | awk '/dimensions/ { print $2 }' | cut -dx -f1` - - matchbox-desktop & - -matchbox-panel --no-flip --orientation south & +#XRES=`xdpyinfo | awk '/dimensions/ { print $2 }' | cut -dx -f1` +matchbox-desktop & +matchbox-panel --no-flip --orientation south & diff --git a/packages/gpe-session-scripts/files/matchbox-session b/packages/gpe-session-scripts/files/matchbox-session index e4c0e0c68e..77d5db9df8 100644 --- a/packages/gpe-session-scripts/files/matchbox-session +++ b/packages/gpe-session-scripts/files/matchbox-session @@ -1,8 +1,6 @@ #!/bin/sh -XRES=`xdpyinfo | awk '/dimensions/ { print $2 }' | cut -dx -f1` - - matchbox-desktop & - -MB_MENU_PANEL_DISABLED=1 matchbox-panel --orientation south & +#XRES=`xdpyinfo | awk '/dimensions/ { print $2 }' | cut -dx -f1` +matchbox-desktop & +MB_MENU_PANEL_DISABLED=1 matchbox-panel --orientation south & |