save X configs
This commit is contained in:
parent
2937e93ffc
commit
c7bdc07476
2 changed files with 14 additions and 0 deletions
8
X11/30-touchpad.conf
Normal file
8
X11/30-touchpad.conf
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
Section "InputClass"
|
||||||
|
Identifier "touchpad"
|
||||||
|
Driver "libinput"
|
||||||
|
MatchIsTouchpad "on"
|
||||||
|
Option "tapping" "on"
|
||||||
|
Option "NaturalScrolling" "on"
|
||||||
|
Option "DisableWhileTyping" "off"
|
||||||
|
EndSection
|
6
X11/95-mouse-accel.conf
Normal file
6
X11/95-mouse-accel.conf
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
Section "InputClass"
|
||||||
|
Identifier "My Mouse"
|
||||||
|
Driver "libinput"
|
||||||
|
MatchIsPointer "yes"
|
||||||
|
Option "AccelProfile" "flat"
|
||||||
|
EndSection
|
Loading…
Reference in a new issue