From 3d66555b9bd6bb35b5e09886f62e88b8f233965b Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire Date: Wed, 11 Feb 2026 01:07:34 -0300 Subject: [PATCH] autoxsetwacom: update screen resolution --- autoxsetwacom/autoxsetwacom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoxsetwacom/autoxsetwacom.sh b/autoxsetwacom/autoxsetwacom.sh index 07c480e..3fe8710 100755 --- a/autoxsetwacom/autoxsetwacom.sh +++ b/autoxsetwacom/autoxsetwacom.sh @@ -4,6 +4,6 @@ device_id="$(xsetwacom list devices | grep STYLUS | cut -f2 | cut -d' ' -f2)" -xsetwacom set "$device_id" MapToOutput 1920x1080+0+0 +xsetwacom set "$device_id" MapToOutput 1920x1200+0+0 xsetwacom set "$device_id" Area 0 0 15200 8550