python implementation of Extended Window Manager Hints, based on Xlib
Project description
An implementation of EWMH (Extended Window Manager Hints) for python, based on Xlib. It intends to give a control on windows for compliants window managers.
Installation
With python3, it’easy as:
pip install ewmh
Unfortunately for python 2 users, you will have to manually install the required dependency Xlib from https://pypi.python.org/pypi/python-xlib/0.12.
Once this is done, just
python setup.py install
This will do the work.
Documentation
Online documentation is available here: http://ewmh.readthedocs.org/en/latest/.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ewmh-0.1.1.tar.gz
(9.7 kB
view hashes)