This commit is contained in:
Eduard Tolosa 2019-06-30 23:27:18 -05:00
parent 7587ab70f5
commit 3cac623c9e
4 changed files with 26 additions and 10 deletions

View file

@ -0,0 +1,10 @@
# Written by systemd-localed(8), read by systemd-localed and Xorg. It's
# probably wise not to edit this file manually. Use localectl(1) to
# instruct systemd-localed to update it.
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "latam"
Option "XkbModel" "pc105"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection

View file

@ -1,12 +1,5 @@
#Section "Device"
# Identifier "Intel Graphics"
# Driver "intel"
# Option "DRI" "false"
#EndSection
Section "Device" Section "Device"
Identifier "Intel Graphics" Identifier "Intel Graphics"
Driver "intel" Driver "intel"
Option "DRI" "3" Option "TearFree" "true"
Option "AccelMethod" "sna" # fallback
Option "TearFree" "true"
EndSection EndSection

View file

@ -0,0 +1,7 @@
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "Tapping" "on"
EndSection

View file

@ -0,0 +1,6 @@
Section "InputClass"
Identifier "Wired Mouse"
MatchDriver "libinput"
MatchIsPointer "yes"
Option "AccelSpeed" "1.0"
EndSection