1
0
mirror of https://github.com/emersion/kanshi synced 2024-11-23 00:02:16 +01:00

[man 5] Add blockquotes to ensure line break

Without it the final render is both statements in one line.
This commit is contained in:
Diego Rabatone Oliveira 2020-08-04 08:52:00 -03:00 committed by Simon Ser
parent dc5e556a38
commit e55b5847a0

@ -77,15 +77,19 @@ Directives are followed by space-separated arguments. Arguments can be quoted
Examples: Examples:
```
output HDMI-A-1 mode 1920x1080 output HDMI-A-1 mode 1920x1080
output HDMI-A-1 mode 1920x1080@60Hz output HDMI-A-1 mode 1920x1080@60Hz
```
*position* <x>,<y> *position* <x>,<y>
Places the output at the specified position in the global coordinates space. Places the output at the specified position in the global coordinates space.
Example: Example:
```
output HDMI-A-1 position 1600,0 output HDMI-A-1 position 1600,0
```
*scale* <factor> *scale* <factor>
Scales the output by the specified scale factor. Scales the output by the specified scale factor.