mirror of
https://github.com/ralsina/xrandroll.git
synced 2025-08-23 13:32:06 +00:00
Do not consider monitors replicas if one is disabled
This commit is contained in:
@@ -80,6 +80,7 @@ def is_replica_of(a, b):
|
|||||||
and a["pos_y"] == b["pos_y"]
|
and a["pos_y"] == b["pos_y"]
|
||||||
and a["res_x"] == b["res_x"]
|
and a["res_x"] == b["res_x"]
|
||||||
and a["res_y"] == b["res_y"]
|
and a["res_y"] == b["res_y"]
|
||||||
|
and b['enabled']
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user