X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=usr_bin%2Fgrml-resolution;h=c30111e94e665a63e31f3f37801b19d453f6d77b;hb=12b3ac5b42b404e8f6b4d70fb9530b82213118f4;hp=928a23ceaf49d62da8141ce4f35b7665c8349d9e;hpb=e720deae78f1eda5e6f62629606c194f16796762;p=grml-scripts.git diff --git a/usr_bin/grml-resolution b/usr_bin/grml-resolution index 928a23c..c30111e 100755 --- a/usr_bin/grml-resolution +++ b/usr_bin/grml-resolution @@ -1,10 +1,9 @@ -#!/bin/sh +#!/bin/bash # Filename: grml-resolution # Purpose: change X resolution via a simple menu frontend # Authors: Florian Keller , (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Thu May 04 23:13:39 CEST 2006 [mika] ################################################################################ PN=$(basename $0) @@ -33,7 +32,7 @@ for i in $(xrandr | awk {'print $2$3$4'} | grep "^[0-9]") ; do ((COUNTER++)) done -# Menue Tool +# Menu Tool dialog --title "$PN" --menu "Change X resolution via xrandr (current resolution: $CURRENT_RESOLUTION):" 0 0 0 $STRING 2>$RESOLUTION retval=$? case $retval in