aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-output.5.scd
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2022-06-22 22:06:21 +0200
committerLibravatar Simon Zeni <simon@bl4ckb0ne.ca>2022-06-23 14:47:50 -0400
commit445bc2a943d905a0e5b1dc607a6797919c8cf341 (patch)
treef6a8da587e1a324d0f1ec2fa69eaa487c1184be5 /sway/sway-output.5.scd
parentRemove access to wlr_input_device union (diff)
downloadsway-445bc2a943d905a0e5b1dc607a6797919c8cf341.tar.gz
sway-445bc2a943d905a0e5b1dc607a6797919c8cf341.tar.zst
sway-445bc2a943d905a0e5b1dc607a6797919c8cf341.zip
Rename dpms output command to power
The "dpms" command refers to VESA Display Power Management Signaling, a deprecated standard. It's superseded by VESA DPM. Instead of tying out command name to a particular standard, use the neutral term "power".
Diffstat (limited to 'sway/sway-output.5.scd')
-rw-r--r--sway/sway-output.5.scd12
1 files changed, 10 insertions, 2 deletions
diff --git a/sway/sway-output.5.scd b/sway/sway-output.5.scd
index 4159a851..45429da2 100644
--- a/sway/sway-output.5.scd
+++ b/sway/sway-output.5.scd
@@ -119,12 +119,20 @@ must be separated by one space. For example:
119 Enables or disables the specified output (all outputs are enabled by 119 Enables or disables the specified output (all outputs are enabled by
120 default). 120 default).
121 121
122 As opposed to the _power_ command, the output will loose its current
123 workspace and windows.
124
122*output* <name> toggle 125*output* <name> toggle
123 Toggle the specified output. 126 Toggle the specified output.
124 127
128*output* <name> power on|off|toggle
129 Turns on or off the specified output.
130
131 As opposed to the _enable_ and _disable_ commands, the output keeps its
132 current workspaces and windows.
133
125*output* <name> dpms on|off|toggle 134*output* <name> dpms on|off|toggle
126 Enables or disables the specified output via DPMS. To turn an output off 135 Deprecated. Alias for _power_.
127 (ie. blank the screen but keep workspaces as-is), one can set DPMS to off.
128 136
129*output* <name> max_render_time off|<msec> 137*output* <name> max_render_time off|<msec>
130 Controls when sway composites the output, as a positive number of 138 Controls when sway composites the output, as a positive number of