diff options
Diffstat (limited to 'getResolution.sh')
-rwxr-xr-x | getResolution.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getResolution.sh b/getResolution.sh index 5f81333..de5e152 100755 --- a/getResolution.sh +++ b/getResolution.sh @@ -1,3 +1,3 @@ #!/bin/sh -xrandr | grep '*' | awk '{print $1}' +xrandr | grep '\*' | awk '{print $1}' |