mirror of
https://github.com/swaywm/sway.git
synced 2024-11-25 09:21:28 +00:00
Updated Home (markdown)
parent
52d5795d04
commit
d7e7d80a6c
6
Home.md
6
Home.md
|
@ -52,6 +52,12 @@ Sway manages displays for you, **xrandr** should not be used.
|
||||||
|
|
||||||
Run `swaymsg -t get_outputs` to get a list of output names. Then use the `output` command to arrange your displays.
|
Run `swaymsg -t get_outputs` to get a list of output names. Then use the `output` command to arrange your displays.
|
||||||
|
|
||||||
|
```
|
||||||
|
output DP-1 {
|
||||||
|
mode 3840x1600@143.998Hz
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
For detailed information, check the manual. Run `man 5 sway-output`.
|
For detailed information, check the manual. Run `man 5 sway-output`.
|
||||||
|
|
||||||
#### Multihead
|
#### Multihead
|
||||||
|
|
Loading…
Reference in a new issue