nsbin/tune-mouse

5 lines
94 B
Text
Raw Normal View History

2016-07-02 16:39:48 +09:00
#!/bin/sh
2017-07-24 15:07:58 +02:00
xinput set-prop "$(cat ~/.touchpad-name)" "libinput Natural Scrolling Enabled" 1
!