aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-output.5.scd
diff options
context:
space:
mode:
authorLibravatar Arkadiusz Hiler <arek@hiler.eu>2019-10-03 00:20:05 +0300
committerLibravatar Simon Ser <contact@emersion.fr>2019-10-02 17:37:54 -0400
commitcf18bd88799502d32055a5727f5dfd5645ee485c (patch)
treee1e904e204d3db7cf7752f19750b782a5df07503 /sway/sway-output.5.scd
parentlayer-shell: Fix damage tracking of nested popups (diff)
downloadsway-cf18bd88799502d32055a5727f5dfd5645ee485c.tar.gz
sway-cf18bd88799502d32055a5727f5dfd5645ee485c.tar.zst
sway-cf18bd88799502d32055a5727f5dfd5645ee485c.zip
Fix syntax in examples in sway-output(5)
Some examples use comma to separate x and y for setting the output position which is wrong. Let's change it to spaces, as correctly demonstrated in the `output <name> position|pos <X> <Y>` section.
Diffstat (limited to 'sway/sway-output.5.scd')
-rw-r--r--sway/sway-output.5.scd4
1 files changed, 2 insertions, 2 deletions
diff --git a/sway/sway-output.5.scd b/sway/sway-output.5.scd
index 013025ad..da17e1c1 100644
--- a/sway/sway-output.5.scd
+++ b/sway/sway-output.5.scd
@@ -8,7 +8,7 @@ sway-output - output configuration commands for sway
8 8
9You may combine output commands into one, like so: 9You 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 "\*". Additionally, "-" can be used 14match any output by using the output name "\*". Additionally, "-" can be used
@@ -20,7 +20,7 @@ identify these, the name can be substituted for a string consisting of the make,
20model and serial which you can get from *swaymsg -t get_outputs*. Each value 20model and serial which you can get from *swaymsg -t get_outputs*. Each value
21must be separated by one space. For example: 21must be separated by one space. For example:
22 22
23 output "Some Company ABC123 0x00000000" pos 1920,0 23 output "Some Company ABC123 0x00000000" pos 1920 0
24 24
25# COMMANDS 25# COMMANDS
26 26