summaryrefslogtreecommitdiff
path: root/scripts/tablet
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tablet')
-rwxr-xr-xscripts/tablet8
1 files changed, 3 insertions, 5 deletions
diff --git a/scripts/tablet b/scripts/tablet
index 8190919..f283635 100755
--- a/scripts/tablet
+++ b/scripts/tablet
@@ -20,21 +20,19 @@ tablet_ratio = (lambda s: float(s[0]) / float(s[1]))(sys.argv[4].split(":")) if
screens = [
(0, 0, 1920, 1080),
- (0, 1080, 1920, 1080),
- (1920, 1080, 2560, 1440),
]
#TODO find this with xrandr
-target = screens[2]
+target = screens[0]
#Physical offset of the selected screen
offsetx = target[0]
offsety = target[1]
#Size of the full screen areas
-sh = 1080+ 1440
-sw = 1920 + 2560
+sh = 1080
+sw = 1920
#TODO calculate using list of screens
#Aspect ratio of the tablet, to avoid weird scaling problems