aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-output.5.scd
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2019-01-27 11:27:34 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2019-01-27 11:27:48 -0500
commitcd22d555e8a665c3f2a8e2c07e7d54beb6ac254c (patch)
treeff8b2fb310177fd1a4ff30ba09faf1c389ff0a38 /sway/sway-output.5.scd
parentMerge pull request #3509 from ianyfan/log-errno (diff)
downloadsway-cd22d555e8a665c3f2a8e2c07e7d54beb6ac254c.tar.gz
sway-cd22d555e8a665c3f2a8e2c07e7d54beb6ac254c.tar.zst
sway-cd22d555e8a665c3f2a8e2c07e7d54beb6ac254c.zip
Remove unnecessary underscores in man pages
Diffstat (limited to 'sway/sway-output.5.scd')
-rw-r--r--sway/sway-output.5.scd12
1 files changed, 6 insertions, 6 deletions
diff --git a/sway/sway-output.5.scd b/sway/sway-output.5.scd
index 28524478..876f4de1 100644
--- a/sway/sway-output.5.scd
+++ b/sway/sway-output.5.scd
@@ -10,12 +10,12 @@ You may combine output commands into one, like so:
10 10
11 output HDMI-A-1 mode 1920x1080 pos 1920,0 bg ~/wallpaper.png stretch 11 output HDMI-A-1 mode 1920x1080 pos 1920,0 bg ~/wallpaper.png stretch
12 12
13You can get a list of output names with *swaymsg -t get\_outputs*. You may also 13You can get a list of output names with *swaymsg -t get_outputs*. You may also
14match any output by using the output name "\*". 14match any output by using the output name "\*".
15 15
16Some outputs may have different names when disconnecting and reconnecting. To 16Some outputs may have different names when disconnecting and reconnecting. To
17identify these, the name can be substituted for a string consisting of the make, 17identify these, the name can be substituted for a string consisting of the make,
18model and serial which you can get from *swaymsg -t get\_outputs*. Each value 18model and serial which you can get from *swaymsg -t get_outputs*. Each value
19must be separated by one space. For example: 19must be separated by one space. For example:
20 20
21 output "Some Company ABC123 0x00000000" pos 1920,0 21 output "Some Company ABC123 0x00000000" pos 1920,0
@@ -26,7 +26,7 @@ must be separated by one space. For example:
26 Configures the specified output to use the given mode. Modes are a 26 Configures the specified output to use the given mode. Modes are a
27 combination of width and height (in pixels) and a refresh rate that your 27 combination of width and height (in pixels) and a refresh rate that your
28 display can be configured to use. For a list of available modes for each 28 display can be configured to use. For a list of available modes for each
29 output, use *swaymsg -t get\_outputs*. 29 output, use *swaymsg -t get_outputs*.
30 30
31 Examples: 31 Examples:
32 32
@@ -63,15 +63,15 @@ must be separated by one space. For example:
63 applications to taste. HiDPI isn't supported with Xwayland clients (windows 63 applications to taste. HiDPI isn't supported with Xwayland clients (windows
64 will blur). 64 will blur).
65 65
66*output* <name> background|bg <file> <mode> [<fallback\_color>] 66*output* <name> background|bg <file> <mode> [<fallback_color>]
67 Sets the wallpaper for the given output to the specified file, using the 67 Sets the wallpaper for the given output to the specified file, using the
68 given scaling mode (one of "stretch", "fill", "fit", "center", "tile"). If 68 given scaling mode (one of "stretch", "fill", "fit", "center", "tile"). If
69 the specified file cannot be accessed or if the image does fill the entire 69 the specified file cannot be accessed or if the image does fill the entire
70 output, a fallback color may be provided to cover the rest of the output. 70 output, a fallback color may be provided to cover the rest of the output.
71 __fallback\_color__ should be specified as _#RRGGBB_. Alpha is not 71 __fallback_color__ should be specified as _#RRGGBB_. Alpha is not
72 supported. 72 supported.
73 73
74*output* <name> background|bg <color> solid\_color 74*output* <name> background|bg <color> solid_color
75 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_
76 should be specified as _#RRGGBB_. Alpha is not supported. 76 should be specified as _#RRGGBB_. Alpha is not supported.
77 77