美文网首页Linux手记
解决Manjaro KDE环境在某些菜单鼠标滚动慢的问题

解决Manjaro KDE环境在某些菜单鼠标滚动慢的问题

作者: Tony__Hu | 来源:发表于2018-02-10 22:43 被阅读0次

引用https://www.reddit.com/r/linuxquestions/comments/6lkxr6/slow_scrolling_in_kde_is_fixed_in_kde_neon_and_i/djvsase/

新建 /etc/X11/xorg.conf.d/99-user.conf

内容:

Section "InputClass"

        Identifier "evdev pointer catchall"

        MatchIsPointer "on"

        MatchDevicePath "/dev/input/event*"

        Driver "evdev"

EndSection

重启

注:无需删除libinput

相关文章

网友评论

    本文标题:解决Manjaro KDE环境在某些菜单鼠标滚动慢的问题

    本文链接:https://www.haomeiwen.com/subject/pbihtftx.html