Leander Wagener
Results
1
comments of
Leander Wagener
Don't know if this helps. But you could check if a window is in fullscreen with this method: ```python def is_window_fullscreen(): display = Xlib.display.Display() root = display.screen().root active_window_id = root.get_full_property(...