scripts/mouse-settings

7 lines
189 B
Plaintext
Raw Normal View History

2023-08-23 19:52:23 +02:00
#!/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