From 2b9311bdbf69fb0b4094d1a9f8e80fdafda91ee6 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 8 Aug 2022 18:01:17 -0500 Subject: [PATCH] fix(sway): correct scaling for monitors --- dots/.config/sway/conf/screens.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dots/.config/sway/conf/screens.conf b/dots/.config/sway/conf/screens.conf index 26dc7ba1..32d4cfe2 100644 --- a/dots/.config/sway/conf/screens.conf +++ b/dots/.config/sway/conf/screens.conf @@ -1,7 +1,7 @@ # vim: set filetype=swayconfig: set $laptop eDP-2 -output $laptop -output DP-3 pos -2560 0 +output $laptop scale 1.5 +output DP-3 pos -2560 0 scale 1.0 # Shut off the laptop screen when closed bindswitch lid:on output $laptop disable