From 26f467bf04d597cc444934dc5917853289134754 Mon Sep 17 00:00:00 2001 From: Sean Behan Date: Sat, 28 Jan 2023 10:14:39 -0500 Subject: [PATCH] Updated Home (markdown) --- Home.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 } ```