X11Monitor#
- Constructors:
X11Monitor(**properties)
Methods#
- class X11Monitor
- get_output() int#
Returns the XID of the Output corresponding to
monitor.Deprecated since version 4.18: Please do not use it in newly written code
- get_workarea() Rectangle#
Retrieves the size and position of the “work area” on a monitor within the display coordinate space.
The returned geometry is in ”application pixels”, not in ”device pixels” (see
get_scale_factor).Deprecated since version 4.18: Please do not use it in newly written code