IT
KDE Mouse 스크롤 줄수 설정 방법
Dream Come True
2021. 7. 11. 03:02
반응형
KDE 에서 마우스 advanced 설정을 할 수 있다.
기본적으로 설정은 일반설정만 할 수 있지만 아래의 설정을 추가 하면 캡쳐와 같이 고급설정을 할 수 있다.
/etc/X11/xorg.conf.d
vi 40-mouse.conf
Section "InputClass"
Identifier "evdev-mouse"
MatchIsPointer "yes"
Driver "evdev"
EndSection
반응형