mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-17 17:42:38 +02:00
input-event: disable touchscreen
This commit is contained in:
parent
fed3082710
commit
3c776dd94f
1 changed files with 3 additions and 0 deletions
|
@ -42,4 +42,7 @@ case "$event,$use,$(uname -n),$name" in
|
||||||
*,XISlavePointer,*,"ELAN Touchscreen")
|
*,XISlavePointer,*,"ELAN Touchscreen")
|
||||||
xinput disable $device
|
xinput disable $device
|
||||||
;;
|
;;
|
||||||
|
*,XISlavePointer,*,"Wacom HID "*" Finger")
|
||||||
|
xinput disable $device
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue