mirror of
https://github.com/swaywm/sway.git
synced 2026-04-20 06:47:03 -04:00
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".
This commit is contained in:
parent
122d8ce954
commit
445bc2a943
6 changed files with 60 additions and 43 deletions
|
|
@ -119,12 +119,20 @@ must be separated by one space. For example:
|
|||
Enables or disables the specified output (all outputs are enabled by
|
||||
default).
|
||||
|
||||
As opposed to the _power_ command, the output will loose its current
|
||||
workspace and windows.
|
||||
|
||||
*output* <name> toggle
|
||||
Toggle the specified output.
|
||||
|
||||
*output* <name> power on|off|toggle
|
||||
Turns on or off the specified output.
|
||||
|
||||
As opposed to the _enable_ and _disable_ commands, the output keeps its
|
||||
current workspaces and windows.
|
||||
|
||||
*output* <name> dpms on|off|toggle
|
||||
Enables or disables the specified output via DPMS. To turn an output off
|
||||
(ie. blank the screen but keep workspaces as-is), one can set DPMS to off.
|
||||
Deprecated. Alias for _power_.
|
||||
|
||||
*output* <name> max_render_time off|<msec>
|
||||
Controls when sway composites the output, as a positive number of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue