diff options
Diffstat (limited to 'scripts/tablet')
-rwxr-xr-x | scripts/tablet | 4 |
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 |