From 381aaffe4ed3caa0f1356b720f6d4fc0de5b1f8f Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 16 May 2022 00:48:34 +0100 Subject: removed bash and added mkshrc --- scripts/tablet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/tablet') diff --git a/scripts/tablet b/scripts/tablet index 3b49064..ec3eefa 100755 --- a/scripts/tablet +++ b/scripts/tablet @@ -9,10 +9,10 @@ tablet_ratio = (lambda s: float(s[0]) / float(s[1]))(sys.argv[4].split(":")) if #Layout of screens: (x, y, w, h) screens = [ - (3840, 0, 1080, 1920), + (0, 0, 1280, 1024), (1280, 0, 2560, 1440), + (3840, 0, 1080, 1920), (4920, 0, 1080, 1920), - (0, 0, 1280, 1024), ] #TODO find this with xrandr -- cgit v1.2.1