Iterator over focused window change on Linux
Example usage:
The following will print the window that gets focused every time the active window changes.
window can be None if there is no active window.
use FocusMonitor;
The following will print the window that gets focused every time the active window changes.
window can be None if there is no active window.
use FocusMonitor;