mirror of
https://github.com/swaywm/sway.git
synced 2024-11-25 09:21:28 +00:00
Updated Home (markdown)
parent
d7e7d80a6c
commit
26f467bf04
6
Home.md
6
Home.md
|
@ -53,7 +53,11 @@ 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 {
|
input {
|
||||||
|
# ...config options...
|
||||||
|
}
|
||||||
|
output <identifier> {
|
||||||
|
# ...config options...
|
||||||
mode 3840x1600@143.998Hz
|
mode 3840x1600@143.998Hz
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue