mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-02 22:34:20 +02:00
input: don't mangle trackpoint
This commit is contained in:
parent
67e6743445
commit
194da94c77
1 changed files with 3 additions and 2 deletions
|
@ -42,8 +42,9 @@ case "$event,$use,$(uname -n),$name" in
|
|||
xinput set-ptr-feedback $device 3 3 1
|
||||
;;
|
||||
*,XISlavePointer,*,"TPPS/2 IBM TrackPoint")
|
||||
xinput set-ptr-feedback $device 2 5 1 # no effect?
|
||||
xinput set-float-prop $device 'libinput Accel Speed' 0.5
|
||||
:
|
||||
# xinput set-ptr-feedback $device 2 5 1 # no effect?
|
||||
# xinput set-float-prop $device 'libinput Accel Speed' 0.5
|
||||
;;
|
||||
*,XISlavePointer,zoro,"SynPS/2 Synaptics TouchPad")
|
||||
xinput set-props $device "libinput Natural Scrolling Enabled" 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue