更改鼠标滚动速度

更改鼠标滚动速度

我正在尝试更改鼠标滚动速度。目前来说速度太慢了。我使用的是 GNOME 3.32,没有明显的设置来适应它。理想情况下,我想在系统级别更改它,这样我也可以使用其他窗口管理器。

这是我得到的输出,其中xinput list-props 1111 是我的鼠标(分类在虚拟指针下):

  Device 'SteelSeries SteelSeries Rival 310 eSports Mouse':
    Device Enabled (153):   1
    Coordinate Transformation Matrix (155): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
    libinput Natural Scrolling Enabled (289):   0
    libinput Natural Scrolling Enabled Default (290):   0
    libinput Scroll Methods Available (293):    0, 0, 1
    libinput Scroll Method Enabled (294):   0, 0, 0
    libinput Scroll Method Enabled Default (295):   0, 0, 0
    libinput Button Scrolling Button (296): 2
    libinput Button Scrolling Button Default (297): 2
    libinput Middle Emulation Enabled (298):    0
    libinput Middle Emulation Enabled Default (299):    0
    libinput Accel Speed (300): -0.125000
    libinput Accel Speed Default (301): 0.000000
    libinput Accel Profiles Available (302):    1, 1
    libinput Accel Profile Enabled (303):   1, 0
    libinput Accel Profile Enabled Default (304):   1, 0
    libinput Left Handed Enabled (305): 0
    libinput Left Handed Enabled Default (306): 0
    libinput Send Events Modes Available (274): 1, 0
    libinput Send Events Mode Enabled (275):    0, 0
    libinput Send Events Mode Enabled Default (276):    0, 0
    Device Node (277):  "/dev/input/event4"
    Device Product ID (278):    4152, 5920
    libinput Drag Lock Buttons (291):   <no items>
    libinput Horizontal Scroll Enabled (292):   1

对于其他威胁,似乎可以通过evdev设置来修复它,但我的鼠标似乎没有这些设置,因此显然执行以下操作不起作用:

xinput set-prop 11 'Evdev Scrolling Distance' 10 10 10
property 'Evdev Scrolling Distance' doesn't exist, you need to specify its type and format

有谁知道如何以适当的方式提高鼠标速度?我目前正在使用它imwheel作为临时解决方案,但我不认为这是一个好的长期解决方案。

谢谢

相关内容