From 4431ae68fcfcc12bd41f2b2daf4cb2b34a6f5547 Mon Sep 17 00:00:00 2001 From: emersion Date: Wed, 27 Feb 2019 11:48:30 +0100 Subject: Add output dpms to manpage --- sway/sway-output.5.scd | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/sway/sway-output.5.scd b/sway/sway-output.5.scd index 517f694..bb3745f 100644 --- a/sway/sway-output.5.scd +++ b/sway/sway-output.5.scd @@ -51,7 +51,7 @@ must be separated by one space. For example: output eDP1 pos 1600 0 res 1920x1080 - Note that the left x-pos of eDP1 is 1600 = 3200/2 and the bottom y-pos is + Note that the left x-pos of eDP1 is 1600 = 3200/2 and the bottom y-pos is 1020 + (1800 / 2) = 1920 = 0 + 1920 *output* scale @@ -69,8 +69,7 @@ must be separated by one space. For example: given scaling mode (one of "stretch", "fill", "fit", "center", "tile"). If the specified file cannot be accessed or if the image does fill the entire output, a fallback color may be provided to cover the rest of the output. - __fallback_color__ should be specified as _#RRGGBB_. Alpha is not - supported. + __fallback_color__ should be specified as _#RRGGBB_. Alpha is not supported. *output* background|bg solid_color Sets the background of the given output to the specified color. _color_ @@ -80,14 +79,18 @@ must be separated by one space. For example: Sets the background transform to the given value. Can be one of "90", "180", "270" for rotation; or "flipped", "flipped-90", "flipped-180", "flipped-270" to apply a rotation and flip, or "normal" to apply no transform. If a single - output is chosen and a rotation direction is specified - (_clockwise_ or _anticlockwise_) then the transform is added or - subtracted from the current transform. + output is chosen and a rotation direction is specified (_clockwise_ or + _anticlockwise_) then the transform is added or subtracted from the current + transform. *output* disable|enable Enables or disables the specified output (all outputs are enabled by default). +*output* dpms on|off + 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. + # SEE ALSO *sway*(5) *sway-input*(5) -- cgit v1.1