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