diff options
author | Josef Gajdusek <[email protected]> | 2019-05-28 21:33:15 +0200 |
---|---|---|
committer | Brian Ashworth <[email protected]> | 2019-05-28 22:43:11 -0400 |
commit | 2c6a10c4ba8e1ab97db81677e32ca1580e4f0430 (patch) | |
tree | 0e0b405643b4ebfefec09097facba7268e86ca6e /sway/sway-ipc.7.scd | |
parent | 18476b0ec1fa58aa558f4c6b821e7243a64e4924 (diff) |
Provide current DPMS state in GET_OUTPUTS
Diffstat (limited to 'sway/sway-ipc.7.scd')
-rw-r--r-- | sway/sway-ipc.7.scd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sway/sway-ipc.7.scd b/sway/sway-ipc.7.scd index 3d22008e..df3d4448 100644 --- a/sway/sway-ipc.7.scd +++ b/sway/sway-ipc.7.scd @@ -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 |