fixed refresh rate on OS X

This commit is contained in:
Andrew Titmuss 2016-06-14 11:46:41 +10:00
parent 115f23fa22
commit 3d52a73e3a
No known key found for this signature in database
GPG Key ID: 8AF42975C787E0B2
1 changed files with 2 additions and 2 deletions

View File

@ -1538,8 +1538,8 @@ getresolution () {
awk '/Resolution:/ {printf $2"x"$4" @ "$6"Hz, "}')" awk '/Resolution:/ {printf $2"x"$4" @ "$6"Hz, "}')"
fi fi
[[ "$refresh_rate" == "off" ]] && \ [[ "$refresh_rate" == "off" ]] || [[ "$resolution" =~ "@ 0Hz" ]] && \
resolution="${resolution// @ *([0-9])Hz}" resolution="${resolution// @ *[0-9]Hz}"
;; ;;
"Windows") "Windows")