Skip to content

Instantly share code, notes, and snippets.

View nichibo-deploy's full-sized avatar

nichibo-deploy

View GitHub Profile
@mgalgs
mgalgs / active_window_xlib_demo.py
Created December 7, 2019 00:13
python-xlib example that prints the bbox of the currently active window
# Print the name and bounding box (x1, y1, x2, y2) for the active window in
# a loop.
import time
from collections import namedtuple
import Xlib
import Xlib.display