updated, added lutris and prismlauncher, and tweaked xorg

This commit is contained in:
Gerg-L 2023-03-20 01:10:59 -04:00
parent 8a37f59a09
commit 743760ba70
5 changed files with 56 additions and 60 deletions

View file

@ -2,7 +2,9 @@ Section "InputClass"
Identifier "libinput mouse configuration"
MatchDriver "libinput"
MatchIsPointer "on"
Option "AccelProfile" "adaptive"
Option "AccelerationProfile" "0"
Option "AccelerationScheme" "flat"
Option "AccelSpeed" "3"
Option "LeftHanded" "off"
Option "MiddleEmulation" "on"
Option "NaturalScrolling" "off"
@ -12,11 +14,11 @@ Section "InputClass"
Option "Tapping" "on"
Option "TappingDragLock" "on"
Option "DisableWhileTyping" "off"
Option "Resolution" "3000"
EndSection
Section "ServerFlags"
Option "StandbyTime" "0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
Option "BlankTime" "0"