summaryrefslogtreecommitdiff
path: root/scripts/tablet
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-05-16 00:48:34 +0100
committerdavidovski <david@davidovski.xyz>2022-05-16 00:48:34 +0100
commit381aaffe4ed3caa0f1356b720f6d4fc0de5b1f8f (patch)
treedc8a619c66a8e538f94ac2701b6e42750d0d9406 /scripts/tablet
parent1406e81f40a5e0ef4632e7c518b0629514a79de3 (diff)
removed bash and added mkshrc
Diffstat (limited to 'scripts/tablet')
-rwxr-xr-xscripts/tablet4
1 files changed, 2 insertions, 2 deletions
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