diff --git a/Home.md b/Home.md index b14322d..f9bc5e9 100644 --- a/Home.md +++ b/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. ``` -output DP-1 { +input { + # ...config options... +} +output { + # ...config options... mode 3840x1600@143.998Hz } ```