Initial commit

This commit is contained in:
seajee
2024-12-21 12:59:01 +01:00
commit 1263f28d03
27 changed files with 1771 additions and 0 deletions

7
xorg/00-mouse.conf Normal file
View File

@@ -0,0 +1,7 @@
Section "InputClass"
Identifier "my_mouse"
MatchIsPointer "yes"
Option "AccelerationProfile" "-1"
Option "AccelerationScheme" "none"
Option "AccelSpeed" "-1"
EndSection