Provide current DPMS state in GET_OUTPUTS

This commit is contained in:
Josef Gajdusek 2019-05-28 21:33:15 +02:00 committed by Brian Ashworth
parent 18476b0ec1
commit 2c6a10c4ba
2 changed files with 6 additions and 0 deletions

View file

@ -205,6 +205,9 @@ following properties:
|- active
: boolean
: Whether this output is active/enabled
|- dpms
: boolean
: Whether this output is on/off (via DPMS)
|- primary
: boolean
: For i3 compatibility, this will be false. It does not make sense in Wayland