From 2c23da611288c6415a363c07847c82481763908e Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 20 Nov 2023 23:33:59 +0000 Subject: Switch to compfy --- scripts/tablet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/tablet') diff --git a/scripts/tablet b/scripts/tablet index 0cd6144..31c4871 100755 --- a/scripts/tablet +++ b/scripts/tablet @@ -69,11 +69,11 @@ for screen in screens: #Size of the tablet #Prioritize the width when scaling between aspect ratios -tw = target[2] +tw = target[2] th = tw / tablet_ratio if "-r" in sys.argv or "-l" in sys.argv: - th = target[2] + th = target[2] tw = th / tablet_ratio #make a variable that will try to make the scale the same over diferent resoultions -- cgit v1.2.1