2019-05-13 17:40:21 +02:00
|
|
|
# natural scrolling - trackpad
|
2019-10-09 13:13:56 +02:00
|
|
|
xinput --set-prop 'SynPS/2 Synaptics TouchPad' 'libinput Natural Scrolling Enabled' 1
|
2019-03-18 16:56:03 +01:00
|
|
|
|
2019-05-13 17:40:21 +02:00
|
|
|
# increase cursor speed - trackpad
|
2019-10-09 13:13:56 +02:00
|
|
|
xinput --set-prop 'SynPS/2 Synaptics TouchPad' 'libinput Accel Speed' 1
|
2019-03-18 16:56:03 +01:00
|
|
|
|
2019-05-13 17:40:21 +02:00
|
|
|
# natural scrolling - mouse
|
|
|
|
xinput --set-prop 'Logitech USB Receiver Mouse' 'libinput Natural Scrolling Enabled' 1
|
|
|
|
|
|
|
|
# increase cursor speed - mouse
|
|
|
|
xinput --set-prop 'Logitech USB Receiver Mouse' 'libinput Accel Speed' 1
|