aboutsummaryrefslogtreecommitdiff
path: root/getResolution.sh
diff options
context:
space:
mode:
Diffstat (limited to 'getResolution.sh')
-rwxr-xr-xgetResolution.sh2
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}'