Initial commit
This commit is contained in:
5
xorg/00-keyboard.conf
Normal file
5
xorg/00-keyboard.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
Section "InputClass"
|
||||
Identifier "system-keyboard"
|
||||
MatchIsKeyboard "on"
|
||||
Option "XkbLayout" "it"
|
||||
EndSection
|
||||
7
xorg/00-mouse.conf
Normal file
7
xorg/00-mouse.conf
Normal 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
6
xorg/20-nvidia.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
Section "Device"
|
||||
Identifier "NVIDIA Card"
|
||||
Driver "nvidia"
|
||||
VendorName "NVIDIA Corporation"
|
||||
BoardName "GeForce GTX 1050"
|
||||
EndSection
|
||||
Reference in New Issue
Block a user