From: Phillip Berndt Date: Tue, 17 Feb 2015 10:07:24 +0000 (+0100) Subject: Fix "transform" parsing X-Git-Tag: 1.0~79 X-Git-Url: https://git.donarmstrong.com/?p=deb_pkgs%2Fautorandr.git;a=commitdiff_plain;h=ad5ac612915ccd73cd76992e5a9bbd641ab94382 Fix "transform" parsing See related commit 376005b --- diff --git a/autorandr.py b/autorandr.py index 5ae864b..d7095f2 100755 --- a/autorandr.py +++ b/autorandr.py @@ -95,7 +95,7 @@ class XrandrOutput(object): ).* (?:\s*(?: # Properties of the output Gamma: (?P[0-9\.: ]+) | # Gamma value - Transform: (?P(?:[\-0-9\.]+\s+){3}) | # Transformation matrix + Transform: (?P(?:[\-0-9\. ]+\s+){3}) | # Transformation matrix EDID: (?P\s*?(?:\\n\\t\\t[0-9a-f]+)+) | # EDID of the output (?![0-9])[^:\s][^:\n]+:.*(?:\s\\t[\\t ].+)* # Other properties ))+