리눅스 마우스 스크롤 휠 속도 빠르게
sudo apt-get install imwheel
sudo vi /etc/X11/imwheel/startup.conf
‘IMWHEEL_START=0’ 줄을 ‘IMWHEEL_START=1’로 변경
vi ~/.imwheelrc
아래 내용 추가
".*"
None, Up, Button4, 3
None, Down, Button5, 3
Control_L, Up, Control_L|Button4
Control_L, Down, Control_L|Button5
Shift_L, Up, Shift_L|Button4
Shift_L, Down, Shift_L|Button5
imwheel --kill --buttons "4 5"
마우스 속도 조절
sudo apt-get install xinput
xinput list
xinput --list-props 9
xinput --set-prop 9 "libinput Accel Speed" 0.9
삼성 마우스
xinput --set-prop 12 "libinput Accel Speed" 0.2
댓글
댓글 쓰기