mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-18 07:34:45 +00:00
Update
This commit is contained in:
parent
7587ab70f5
commit
3cac623c9e
4 changed files with 26 additions and 10 deletions
10
etc/X11/xorg.conf.d/00-keyboard.conf
Normal file
10
etc/X11/xorg.conf.d/00-keyboard.conf
Normal 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
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
7
etc/X11/xorg.conf.d/40-libinput.conf
Normal file
7
etc/X11/xorg.conf.d/40-libinput.conf
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
Section "InputClass"
|
||||||
|
Identifier "libinput touchpad catchall"
|
||||||
|
MatchIsTouchpad "on"
|
||||||
|
MatchDevicePath "/dev/input/event*"
|
||||||
|
Driver "libinput"
|
||||||
|
Option "Tapping" "on"
|
||||||
|
EndSection
|
||||||
6
etc/X11/xorg.conf.d/41-wired-mouse.conf
Normal file
6
etc/X11/xorg.conf.d/41-wired-mouse.conf
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
Section "InputClass"
|
||||||
|
Identifier "Wired Mouse"
|
||||||
|
MatchDriver "libinput"
|
||||||
|
MatchIsPointer "yes"
|
||||||
|
Option "AccelSpeed" "1.0"
|
||||||
|
EndSection
|
||||||
Loading…
Add table
Add a link
Reference in a new issue