seanh / flitter

Fast desktop window switching and app launching utility
GNU Affero General Public License v3.0
3 stars 1 forks source link

Move to ewmh Python lib #5

Open seanh opened 9 years ago

seanh commented 9 years ago

Use this https://pypi.python.org/pypi/ewmh/0.1.2 instead of wmctrl, will avoid users needing to install wmctrl themselves. Should be able to just replace wmctrl.py with minimal changes to runraisenext.py.

seanh commented 9 years ago

Looks like this'll require moving to Python 3 to get the benefit I want (removing a manual install step)