moving wacom to archive
This commit is contained in:
@ -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."
|
||||
|
Reference in New Issue
Block a user