aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-output.5.scd
diff options
context:
space:
mode:
Diffstat (limited to 'sway/sway-output.5.scd')
-rw-r--r--sway/sway-output.5.scd15
1 files changed, 9 insertions, 6 deletions
diff --git a/sway/sway-output.5.scd b/sway/sway-output.5.scd
index 517f6946..bb3745f3 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:
51 51
52 output eDP1 pos 1600 0 res 1920x1080 52 output eDP1 pos 1600 0 res 1920x1080
53 53
54 Note that the left x-pos of eDP1 is 1600 = 3200/2 and the bottom y-pos is 54 Note that the left x-pos of eDP1 is 1600 = 3200/2 and the bottom y-pos is
55 1020 + (1800 / 2) = 1920 = 0 + 1920 55 1020 + (1800 / 2) = 1920 = 0 + 1920
56 56
57*output* <name> scale <factor> 57*output* <name> scale <factor>
@@ -69,8 +69,7 @@ must be separated by one space. For example:
69 given scaling mode (one of "stretch", "fill", "fit", "center", "tile"). If 69 given scaling mode (one of "stretch", "fill", "fit", "center", "tile"). If
70 the specified file cannot be accessed or if the image does fill the entire 70 the specified file cannot be accessed or if the image does fill the entire
71 output, a fallback color may be provided to cover the rest of the output. 71 output, a fallback color may be provided to cover the rest of the output.
72 __fallback_color__ should be specified as _#RRGGBB_. Alpha is not 72 __fallback_color__ should be specified as _#RRGGBB_. Alpha is not supported.
73 supported.
74 73
75*output* <name> background|bg <color> solid_color 74*output* <name> background|bg <color> solid_color
76 Sets the background of the given output to the specified color. _color_ 75 Sets the background of the given output to the specified color. _color_
@@ -80,14 +79,18 @@ must be separated by one space. For example:
80 Sets the background transform to the given value. Can be one of "90", "180", 79 Sets the background transform to the given value. Can be one of "90", "180",
81 "270" for rotation; or "flipped", "flipped-90", "flipped-180", "flipped-270" 80 "270" for rotation; or "flipped", "flipped-90", "flipped-180", "flipped-270"
82 to apply a rotation and flip, or "normal" to apply no transform. If a single 81 to apply a rotation and flip, or "normal" to apply no transform. If a single
83 output is chosen and a rotation direction is specified 82 output is chosen and a rotation direction is specified (_clockwise_ or
84 (_clockwise_ or _anticlockwise_) then the transform is added or 83 _anticlockwise_) then the transform is added or subtracted from the current
85 subtracted from the current transform. 84 transform.
86 85
87*output* <name> disable|enable 86*output* <name> disable|enable
88 Enables or disables the specified output (all outputs are enabled by 87 Enables or disables the specified output (all outputs are enabled by
89 default). 88 default).
90 89
90*output* <name> dpms on|off
91 Enables or disables the specified output via DPMS. To turn an output off
92 (ie. blank the screen but keep workspaces as-is), one can set DPMS to off.
93
91# SEE ALSO 94# SEE ALSO
92 95
93*sway*(5) *sway-input*(5) 96*sway*(5) *sway-input*(5)