From 6d5cb05722aacef88947691a5a48dd11ed11b903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Sun, 8 Dec 2024 18:55:00 -0300 Subject: [PATCH] tablet: reduce drawing area --- user/sway/open-tablet-driver.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/user/sway/open-tablet-driver.json b/user/sway/open-tablet-driver.json index 3b388a1..632cd6c 100644 --- a/user/sway/open-tablet-driver.json +++ b/user/sway/open-tablet-driver.json @@ -10,8 +10,8 @@ "Filters": [], "AbsoluteModeSettings": { "Display": { - "Width": 1920.0, - "Height": 1080.0, + "Width": 960.0, + "Height": 540.0, "X": 960.0, "Y": 540.0, "Rotation": 0.0 @@ -111,4 +111,4 @@ "LockUsableAreaDisplay": true, "LockUsableAreaTablet": true, "Tools": [] -} +} \ No newline at end of file