From 807b2f52a543fd3cc473e6996861431ee3e03079 Mon Sep 17 00:00:00 2001 From: sevi-kun Date: Fri, 20 Jun 2025 21:42:45 +0200 Subject: [PATCH] moving wacom to archive --- connect_wacom.sh | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/connect_wacom.sh b/connect_wacom.sh index 7d1985c..a79a98e 100755 --- a/connect_wacom.sh +++ b/connect_wacom.sh @@ -5,17 +5,9 @@ bluetoothctl connect $(bluetoothctl devices | grep Intuos | awk '{ print $2 }') sleep 2 -echo "Setting up single monitor setup.." -xinput_out=$(xinput | grep Wacom | awk '{ print $9 }') - -wacoms=$(echo $xinput_out | tr " " "\n") - -wacoms=${wacoms/id=/} -wacoms=${wacoms/id=/} - -for w in $wacoms -do - xinput map-to-output $w DisplayPort-0 -done +xinput map-to-output "Wacom Intuos BT M Pad" DisplayPort-0 +xinput map-to-output "Wacom Intuos BT M Pen" DisplayPort-0 +xinput map-to-output "Wacom Intuos BT M Pad pad" DisplayPort-0 +xinput map-to-output "Wacom Intuos BT M Pen stylus" DisplayPort-0 echo "done."