mirror of
https://github.com/swaywm/sway.git
synced 2025-11-17 06:59:48 -05:00
Provide current DPMS state in GET_OUTPUTS
This commit is contained in:
parent
18476b0ec1
commit
2c6a10c4ba
2 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue