WindowManager Public Attributes
Xlib.display.Display object connecting us to the X server.
EventFetcher object for this display. See section Event Handling.
EventDispatcher. See section Event Handling.
The client currently containing the pointer and the client which has
keyboard focus, respectivly. Most of the time these are the same, but
certain windows do not use input and will therefore never be focused.
Most operations should be performed on current_client. The
WindowManager provides the method set_current_client() to
change this in the proper way. However, to implement some kind of focus
scheme you have to use some extension class, see section focus Extension Module.
Go to the first, previous, next, last section, table of contents.