mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-29 04:50:01 +02:00
input-event: enable tapping on touchpad
This commit is contained in:
parent
916403693a
commit
ce697c174b
1 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,9 @@ case "$event,$use,$(uname -n),$name" in
|
|||
*,XISlavePointer,*,"TPPS/2 IBM TrackPoint")
|
||||
xinput set-prop $device "libinput Accel Speed" 1
|
||||
;;
|
||||
*,XISlavePointer,*,"ELAN"*" Touchpad")
|
||||
xinput set-prop $device "libinput Tapping Enabled" 1
|
||||
;;
|
||||
*,XISlavePointer,*,"ELAN Touchscreen")
|
||||
xinput disable $device
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue