1
0
mirror of https://github.com/emersion/kanshi synced 2024-09-18 09:51:36 +02: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

View File

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