mirror of
https://github.com/swaywm/sway.git
synced 2026-05-02 06:46:23 -04:00
ipc: add "power" to output reply
This commit is contained in:
parent
80e386fd97
commit
11e05c5711
2 changed files with 7 additions and 1 deletions
|
|
@ -213,7 +213,10 @@ following properties:
|
|||
: Whether this output is active/enabled
|
||||
|- dpms
|
||||
: boolean
|
||||
: Whether this output is on/off (via DPMS)
|
||||
: (Deprecated, use _power_ instead) Whether this output is on/off (via DPMS)
|
||||
|- power
|
||||
: boolean
|
||||
: Whether this output is on/off
|
||||
|- 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