mirror of
https://github.com/ralsina/xrandroll.git
synced 2024-11-21 18:42:22 +00:00
placeholder for scaling mode detection heuristics
This commit is contained in:
parent
c220bdcd74
commit
e23a95baca
@ -254,6 +254,12 @@ class Window(QObject):
|
||||
self.adjust_view()
|
||||
self.scale_changed() # Trigger scale labels update
|
||||
|
||||
def detect_scaling_mode(self, monitor):
|
||||
"""Given a monitor's data, try to guess what scaling
|
||||
mode it's using."""
|
||||
|
||||
|
||||
|
||||
def choose_a_monitor(self):
|
||||
"""Choose what monitor to select by default.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user