4 lines
94 B
Bash
Executable file
4 lines
94 B
Bash
Executable file
#!/bin/sh
|
|
|
|
xinput set-prop "$(cat ~/.touchpad-name)" "libinput Natural Scrolling Enabled" 1
|
|
!
|