From 7b4d085d5b1bc56ccb561931974dc29b90224f9c Mon Sep 17 00:00:00 2001 From: ryukamish Date: Thu, 25 Jun 2026 12:32:46 +0530 Subject: fractional scaling on inbuilt laptop screen and external display arrangement --- .config/sway/config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.config/sway/config') diff --git a/.config/sway/config b/.config/sway/config index b61704f..8d6cb37 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -32,12 +32,13 @@ focus_on_window_activation smart output * bg ~/.wallpaper fill output "Chimei Innolux Corporation 0x142B Unknown" { mode 1920x1080@60Hz - pos -1920 0 - # scale 1.25 + pos 0 0 + scale 1.25 } output 'Acer Technologies EK220Q H3 14301552C3W01' { mode 1920x1080@100Hz + pos -1920 0 } output * scale_filter nearest -- cgit v1.3