nsbin/tune-mouse
2017-07-24 15:07:58 +02:00

4 lines
94 B
Bash
Executable file

#!/bin/sh
xinput set-prop "$(cat ~/.touchpad-name)" "libinput Natural Scrolling Enabled" 1
!