nsbin/tune-mouse

5 lines
94 B
Bash
Executable File

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