mirror of
https://github.com/swaywm/sway.git
synced 2024-11-11 13:04:11 +01:00
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.
This commit is contained in:
parent
edcd353a00
commit
cf18bd8879
@ -8,7 +8,7 @@ sway-output - output configuration commands for sway
|
||||
|
||||
You may combine output commands into one, like so:
|
||||
|
||||
output HDMI-A-1 mode 1920x1080 pos 1920,0 bg ~/wallpaper.png stretch
|
||||
output HDMI-A-1 mode 1920x1080 pos 1920 0 bg ~/wallpaper.png stretch
|
||||
|
||||
You can get a list of output names with *swaymsg -t get_outputs*. You may also
|
||||
match 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,
|
||||
model and serial which you can get from *swaymsg -t get_outputs*. Each value
|
||||
must be separated by one space. For example:
|
||||
|
||||
output "Some Company ABC123 0x00000000" pos 1920,0
|
||||
output "Some Company ABC123 0x00000000" pos 1920 0
|
||||
|
||||
# COMMANDS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user