mirror of
https://github.com/ralsina/xrandroll.git
synced 2024-11-21 18:42:22 +00:00
Do not consider monitors replicas if one is disabled
This commit is contained in:
parent
22c6e969ce
commit
82e08825aa
@ -80,6 +80,7 @@ def is_replica_of(a, b):
|
||||
and a["pos_y"] == b["pos_y"]
|
||||
and a["res_x"] == b["res_x"]
|
||||
and a["res_y"] == b["res_y"]
|
||||
and b['enabled']
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user