From 31bc986f959cf8e2dfaafa294dc671161df8ff37 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 17 Jan 2008 16:26:00 +0000 Subject: 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!) --- packages/gpe-session-scripts/files/matchbox-session | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'packages/gpe-session-scripts/files/matchbox-session') 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 & -- cgit v1.2.3