diff --git a/kuro/config/ppc1006083.py b/kuro/config/ppc1006083.py index ceb9eae..8797168 100644 --- a/kuro/config/ppc1006083.py +++ b/kuro/config/ppc1006083.py @@ -106,7 +106,7 @@ class Config(GeneralConfig): {'x': 1920, 'y': 0, 'width': 1080, 'height': qtile_height}, ] # Dual 1680x1050 - elif qtile_width == 3360 and qtile_height == 1050: + elif qtile_width == 3360 and (qtile_height > 1040 and qtile_height <= 1050): cls.screen_kwargs = [ {'x': 0, 'y': 0, 'width': 1680, 'height': 1050}, {'x': 1680, 'y': 0, 'width': 1680, 'height': 1050},