From cebe1707332630d0238bf5bcda7bb9af0801e7a3 Mon Sep 17 00:00:00 2001 From: Noah Pederson Date: Mon, 19 Feb 2024 08:22:28 -0600 Subject: [PATCH] adds odin sway config --- sway/odin | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sway/odin diff --git a/sway/odin b/sway/odin new file mode 100644 index 0000000..d128390 --- /dev/null +++ b/sway/odin @@ -0,0 +1,12 @@ +# Ultrawide +#workspace $ws1 output DP-6 +#workspace $ws2 output HDMI-A-1 + +# HDMI is the main output +output HDMI-A-1 pos 0 0 +output HDMI-A-1 adaptive_sync off +output DP-9 pos -430 1440 +output DP-9 adaptive_sync on +# Sometimes the DP identifier changes for some reason +output DP-6 pos -430 1440 +output DP-6 adaptive_sync on -- 2.51.2