# jdh 2018-08-16: persistently enable reverse scrolling and tap-to-click # see libinput(4) # https://wiki.archlinux.org/index.php/Mouse_acceleration#Persistent_configuration Section "InputClass" Identifier "custom touchpad settings" MatchDriver "libinput" MatchIsTouchpad "on" Option "NaturalScrolling" "on" Option "Tapping" "on" Option "DisableWhileTyping" "off" EndSection # Stop tearing when Intel graphics are enabled # NOTE: this breaks X if the Nvidia card is selected! # Now handled in /usr/share/gpu-manager.d/hybrid-power-saving (other possible files: hybrid-performance, non-hybrid) # Actually, that feature of gpu-manager was removed, so we still need to do this by hand... # Makes tearing in totem worse. Section "Device" Identifier "Intel Graphics" Driver "intel" Option "TearFree" "true" EndSection