diff options
Diffstat (limited to '')
| -rw-r--r-- | src/monitor.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/monitor.py b/src/monitor.py index 67c2c16..f09db6d 100644 --- a/src/monitor.py +++ b/src/monitor.py @@ -365,6 +365,7 @@ class Output:      @variable  widthmm:int?    The physical width of the monitor, measured in millimetres, `None` if unknown or not connected      @variable  heigthmm:int?   The physical height of the monitor, measured in millimetres, `None` if unknown or not connected      @variable  crtc:int?       The CRTC index, `None` if not connected +    @variable  screen:int?     The screen index, `None` if none      '''      def __init__(self):          ''' | 
