mirror of
https://github.com/swaywm/sway.git
synced 2024-11-14 22:43:58 +01:00
add some output-related FAQs
parent
99ddeff2ff
commit
a7bbb5064d
14
Home.md
14
Home.md
@ -141,3 +141,17 @@ $ cmake \
|
|||||||
-DWLC_INCLUDE_DIRS=path/to/wlc/include .
|
-DWLC_INCLUDE_DIRS=path/to/wlc/include .
|
||||||
$ make
|
$ 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.
|
Loading…
Reference in New Issue
Block a user