From 445bc2a943d905a0e5b1dc607a6797919c8cf341 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 22 Jun 2022 22:06:21 +0200 Subject: 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". --- sway/sway-output.5.scd | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'sway/sway-output.5.scd') 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: 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* toggle Toggle the specified output. +*output* 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* 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* max_render_time off| Controls when sway composites the output, as a positive number of -- cgit v1.2.3