如何在 Xubuntu 中更改滚轮速度

如何在 Xubuntu 中更改滚轮速度

我讨厌 Xubuntu 的两个地方:鼠标在最慢的设置下非常快,滚轮非常慢,每次滚动只能滚动 2 行文本,而且这个设置无法更改根本

对于鼠标速度,你可以添加一些技巧。轮廓像这样:

xinput --set-prop `xinput --list --short | grep -m1 "Logitech USB Optical Mouse" | cut -f2 | cut -d= -f2` "Device Accel Constant Deceleration" 2

是否有(类似的)技巧可以让滚轮再次发挥作用?

相关内容