mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-16 13:14:20 +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")
|
||||
xinput disable $device
|
||||
;;
|
||||
*,XISlavePointer,*,"Wacom HID "*" Finger")
|
||||
xinput disable $device
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue