From 48021f03460a1ef1d4bad8f9c5300f8bd5188a8b Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Tue, 3 Nov 2020 16:07:06 -0600 Subject: [PATCH] Changing to device names instead of port names, Added homeuw monitor, Move to full resolution with scaling and subpixel hinting on home4k --- .config/sway/lark-desktop/40-output.conf | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.config/sway/lark-desktop/40-output.conf b/.config/sway/lark-desktop/40-output.conf index 4233282..a912395 100644 --- a/.config/sway/lark-desktop/40-output.conf +++ b/.config/sway/lark-desktop/40-output.conf @@ -4,12 +4,24 @@ set $omimon "Dell Inc. Dell AW3420DW 20X9D9990E2L" +set $homeuw "Unknown ASUS VP348 0x0000CA5D" + +set $home4k "Ancor Communications Inc ASUS PB287Q 0x00005B34" + # Sane default of 1080p60 output * mode 1920x1080@60Hz -output DP-1 mode 3440x1440@59Hz +output $homeuw mode 3440x1440@75Hz +output $homeuw position 0 0 + +#output $home4k mode 2560x1440@59Hz +output $home4k mode 3840x2160@59Hz +output $home4k position 3440 0 +#output $home4k transform 90 +output $home4k scale 1.5 +output $home4k subpixel rgb output $omimon mode 3440x1440@60Hz -output * bg ~/.config/sway/$hostname/bg center #000000 +output * bg ~/.config/sway/$hostname/bg fill #000000