Map touchscreen to primary display
This commit is contained in:
parent
8feb4ac7d1
commit
c6ddbd8374
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ fi
|
|||
# xinput set-prop "Elan Touchpad" "Device Accel Constant Deceleration" 3
|
||||
# fi
|
||||
|
||||
# blind
|
||||
if xinput list | grep -q "Wacom HID 5276 Finger"; then
|
||||
xinput map-to-output 'Wacom HID 5276 Finger' eDP1
|
||||
fi
|
||||
|
||||
if xinput list | grep -q Bamboo; then
|
||||
devfinger="Wacom Bamboo 16FG 4x5 Finger touch"
|
||||
|
|
Loading…
Reference in a new issue