diff --git a/src/scripts/python/util/randr.py b/src/scripts/python/util/randr.py index 37fe1da..a278ce9 100644 --- a/src/scripts/python/util/randr.py +++ b/src/scripts/python/util/randr.py @@ -23,6 +23,8 @@ from enum import Enum from dataclasses import dataclass from typing import List +from Xlib.ext import randr as rnd + # TODO: Option class which can be applied by get_args method # TODO: Screen-related option class ~