wpaperd can match monitor descriptions since v1.1.0

This commit is contained in:
Adam Gausmann 2025-04-04 20:01:26 -05:00
parent d2b803818d
commit c94c7ecd07

View file

@ -132,8 +132,7 @@ class OutputConfig:
if self.background_path is None:
return {}
# TODO: match by serial number instead of by port
key = self.port
key = self.match
if self.match == "*":
key = "any"