summaryrefslogtreecommitdiffstats
path: root/autodetect.sh
diff options
context:
space:
mode:
authorGravatar Robin Obůrka <r.oburka@gmail.com> 2015-03-27 18:32:35 +0100
committerGravatar Robin Obůrka <r.oburka@gmail.com> 2015-03-27 18:32:35 +0100
commit27fe5620e407b946abc049a3fa1c23cfbf18b07b (patch)
tree780858147265ce32e389fed68113ae18fd877725 /autodetect.sh
parentAdd support for profiles into wpos (diff)
downloaddisplay_autoset-27fe5620e407b946abc049a3fa1c23cfbf18b07b.tar.xz
Typo
Diffstat (limited to 'autodetect.sh')
-rwxr-xr-xautodetect.sh2
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() {