Update mouse settings script
This commit is contained in:
parent
100b453c05
commit
dd9ff5bc26
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
id=$(xinput list --id-only 'MOSART Semi. 2.4G INPUT DEVICE Mouse')
|
||||
id=$(xinput list --id-only 'pointer:Logitech G305')
|
||||
|
||||
xinput --set-prop $id 'libinput Accel Speed' -0.5
|
||||
xinput --set-prop $id 'libinput Accel Profile Enabled' 0, 1
|
||||
xinput --set-prop "$id" 'libinput Accel Speed' 0
|
||||
xinput --set-prop "$id" 'libinput Accel Profile Enabled' 0, 1
|
||||
|
Loading…
Reference in New Issue
Block a user