Basic updates.
This commit is contained in:
parent
e3d4ecc3b7
commit
3937811c9e
3 changed files with 63 additions and 0 deletions
6
mouse-settings
Executable file
6
mouse-settings
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
id=$(xinput list --id-only 'MOSART Semi. 2.4G INPUT DEVICE Mouse')
|
||||
|
||||
xinput --set-prop $id 'libinput Accel Speed' -0.5
|
||||
xinput --set-prop $id 'libinput Accel Profile Enabled' 0, 1
|
Loading…
Add table
Add a link
Reference in a new issue