We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8eca80 commit 527c3cdCopy full SHA for 527c3cd
autorandr.py
@@ -95,7 +95,7 @@ class XrandrOutput(object):
95
).*
96
(?:\s*(?: # Properties of the output
97
Gamma: (?P<gamma>[0-9\.:\s]+) | # Gamma value
98
- Transform: (?P<transform>[0-9\.\s]+) | # Transformation matrix
+ Transform: (?P<transform>[\-0-9\.\s]+) | # Transformation matrix
99
EDID: (?P<edid>[0-9a-f\s]+) | # EDID of the output
100
(?![0-9])[^:\s][^:\n]+:.*(?:\s\\t[\\t ].+)* # Other properties
101
))+
0 commit comments