mirror of
https://github.com/swaywm/sway.git
synced 2024-11-14 14:34:07 +01:00
add some output-related FAQs
parent
99ddeff2ff
commit
a7bbb5064d
16
Home.md
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.
|
Loading…
Reference in New Issue
Block a user