Merge branches 'master' and 'master' of https://github.com/SqrtMinusOne/configs

This commit is contained in:
Pavel Korytov 2020-05-27 16:03:08 +03:00
commit 6118624a16

15
X11/xorg.conf Normal file
View file

@ -0,0 +1,15 @@
Section "Device"
Identifier "eDP-1 "
Driver "intel"
Option "Backlight" "intel_backlight"
EndSection
Section "InputClass"
Identifier "touchpad"
MatchIsTouchpad "on"
Driver "libinput"
Option "Tapping" "on"
Option "TappingButtonMap" "lrm"
Option "NaturalScrolling" "on"
Option "ScrollMethod" "twofinger"
EndSection