Updated Home (markdown)

Sean Behan 2023-01-28 10:14:39 -05:00
parent d7e7d80a6c
commit 26f467bf04

@ -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
} }
``` ```