Module wmii
Framework for driving the wmii window manager from python.
Click on the 'Show Private' link at the top right of this page, to
view the full set of methods
Typically, you will either instantiate the main WMII class
directly, or subclass it and add your own methods, most commonly, event
handler methods.
Refer examples
| Classes |
DMenu |
Convenience wrapper for dmenu util |
P9_py |
Convenience wrapper to wmii's P9 interface |
P9_wmiir |
Convenience wrapper to wmii's P9 interface |
WMII |
Python interface to WMII |
WMIIClient |
Encapsulates a single client (window). |
WMIIColumn |
encapsulates a single column in the current view, as returned by the
WMIIView
property WMIIView.columns |
WMIIView |
encapsulates an active WMII view |