7 lines
175 B
Bash
Executable File
7 lines
175 B
Bash
Executable File
#!/bin/sh
|
|
|
|
id=$(xinput list --id-only 'pointer:Logitech G305')
|
|
|
|
xinput --set-prop "$id" 'libinput Accel Speed' 0
|
|
xinput --set-prop "$id" 'libinput Accel Profile Enabled' 0, 1
|