Merge pull request #1872 from HarHarLinks/patch-1

Add output parameter format to manpage
This commit is contained in:
Alexis Rouillard 2023-07-04 22:46:06 +02:00 committed by GitHub
commit 31e4c9023e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,7 @@ Also a minimal example configuration can be found on the at the bottom of this m
*output* ++
typeof: string|array ++
Specifies on which screen this bar will be displayed. Exclamation mark(*!*) can be used to exclude specific output.
Output specification follows sway's and can either be the output port such as "HDMI-A-1" or a string consisting of the make, model and serial such as "Some Company ABC123 0x00000000". See *sway-output(5)* for details.
In an array, star '*\**' can be used at the end to accept all outputs, in case all previous entries are exclusions.
*position* ++
@ -293,3 +294,7 @@ Valid options for the (optional) "orientation" property are: "horizontal", "vert
- *waybar-wlr-workspaces(5)*
- *waybar-temperature(5)*
- *waybar-tray(5)*
# SEE ALSO
*sway-output(5)*