diff options
author | Robin Obůrka <r.oburka@gmail.com> | 2015-03-27 18:32:35 +0100 |
---|---|---|
committer | Robin Obůrka <r.oburka@gmail.com> | 2015-03-27 18:32:35 +0100 |
commit | 27fe5620e407b946abc049a3fa1c23cfbf18b07b (patch) | |
tree | 780858147265ce32e389fed68113ae18fd877725 | |
parent | Add support for profiles into wpos (diff) | |
download | display_autoset-27fe5620e407b946abc049a3fa1c23cfbf18b07b.tar.xz |
Typo
-rwxr-xr-x | autodetect.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autodetect.sh b/autodetect.sh index 56404ed..526ff8d 100755 --- a/autodetect.sh +++ b/autodetect.sh @@ -18,7 +18,7 @@ XRANDR="$(xrandr -q)" ## Some functions get_resolution() { - grep -A1 "^$1\s*connected" | tail -n1 | awk '{print $1 }' + grep -A1 "^$1\s*connected" | tail -n1 | awk '{ print $1 }' } detect_status() { |