From c4bbf89f52b9e5b14e3f3cf695d20a1c63a4481d Mon Sep 17 00:00:00 2001 From: John Mertz Date: Thu, 29 Dec 2022 12:36:53 -0500 Subject: [PATCH] Increase scale for new terminal font size. Maximum possible to fit 108 columns when vertically split 50/50, enough for 100 columns plus 8 for line numbers/git status --- sway/displays.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway/displays.pl b/sway/displays.pl index 7e2dfd2..9807677 100755 --- a/sway/displays.pl +++ b/sway/displays.pl @@ -109,6 +109,7 @@ my %configs = ( 'TV' => { 'on' => 0 } + 'scale' => 1.43, }, 'eInk' => { 'yoga' => { @@ -121,7 +122,6 @@ my %configs = ( 'x' => 0, 'y' => 0, 'rotate' => 0, - 'scale' => 1.33333, 'waybar' => 'top', 'fallback' => '#010101', 'bg' => "$ENV{HOME}/wallpapers/wallpaper.png"