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

5
xorg/00-keyboard.conf Normal file
View File

@@ -0,0 +1,5 @@
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "it"
EndSection

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

6
xorg/20-nvidia.conf Normal file
View File

@@ -0,0 +1,6 @@
Section "Device"
Identifier "NVIDIA Card"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 1050"
EndSection