修改ubuntu等linux系统的鼠标滚轮的速度

安装

Debian/Ubuntu:
sudo apt install imwheel
Arch:
sudo pacman -S imwheel

编辑配置文件

创建~/.imwheelrc文件
gedit ~/.imwheelrc
输入以下内容
".*"
None,      Up,   Button4, 4
None,      Down, Button5, 4
Control_L, Up,   Control_L|Button4
Control_L, Down, Control_L|Button5
Shift_L,   Up,   Shift_L|Button4
Shift_L,   Down, Shift_L|Button5
第二行5后面表示滚轮向下速度,默认为3,我这里调整为4,最大可以调到8
调整不满意可以修改后按以下命令重启服务
imwheel kill

配置开机启动

使用gnome-session-properties设置开机启动
gnome-session-properties

按照以下设置


2021-10-28_16-36.png

你可能感兴趣的:(修改ubuntu等linux系统的鼠标滚轮的速度)