moving wacom to archive

This commit is contained in:
2025-06-20 21:42:45 +02:00
parent 6cb1d0e227
commit 807b2f52a5

View File

@ -5,17 +5,9 @@ bluetoothctl connect $(bluetoothctl devices | grep Intuos | awk '{ print $2 }')
sleep 2 sleep 2
echo "Setting up single monitor setup.." xinput map-to-output "Wacom Intuos BT M Pad" DisplayPort-0
xinput_out=$(xinput | grep Wacom | awk '{ print $9 }') xinput map-to-output "Wacom Intuos BT M Pen" DisplayPort-0
xinput map-to-output "Wacom Intuos BT M Pad pad" DisplayPort-0
wacoms=$(echo $xinput_out | tr " " "\n") xinput map-to-output "Wacom Intuos BT M Pen stylus" DisplayPort-0
wacoms=${wacoms/id=/}
wacoms=${wacoms/id=/}
for w in $wacoms
do
xinput map-to-output $w DisplayPort-0
done
echo "done." echo "done."