save X configs

This commit is contained in:
tavo-wasd 2024-07-30 11:34:20 -06:00
parent 2937e93ffc
commit c7bdc07476
2 changed files with 14 additions and 0 deletions

8
X11/30-touchpad.conf Normal file
View 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
View file

@ -0,0 +1,6 @@
Section "InputClass"
Identifier "My Mouse"
Driver "libinput"
MatchIsPointer "yes"
Option "AccelProfile" "flat"
EndSection