User:Daemon

From Gentoo Wiki
Jump to:navigation Jump to:search

Sandbox

Acceleration

FILE /etc/X11/xorg.conf.d/40-libinput.confSetting acceleration to 90%
Section "InputClass"
        Identifier "libinput pointer catchall"
        MatchIsPointer "on"
        Driver "libinput"
	Option "TransformationMatrix" "0.90 0 0 0 0.90 0 0 0 1"
EndSection

More information under the xorg.conf manual page.