add some output-related FAQs

Zandr Martin 2016-06-04 12:35:27 -05:00
parent 99ddeff2ff
commit a7bbb5064d

16
Home.md

@ -140,4 +140,18 @@ $ cmake \
-DWLC_LIBRARIES=path/to/wlc/target/src/libwlc.so \
-DWLC_INCLUDE_DIRS=path/to/wlc/include .
$ make
```
```
### Display configuration
#### How do I do it without `xrandr`?
`man 5 sway` and look for the `output` commands.
#### How do I rotate my display?
Rotation is not currently supported. This needs to be implemented in WLC. See https://github.com/Cloudef/wlc/issues/86.
#### HiDPI doesn't work.
It's not currently supported. As a workaround you can trying setting your resolution to half the actual resolution of your display. See https://github.com/SirCmpwn/sway/issues/213 for more info.