add xorg conf

This commit is contained in:
Felix Van der Jeugt 2022-01-05 01:07:09 +01:00
parent ff4b21e32c
commit d5921ff8af
4 changed files with 59 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#Option "XkbVariant" ",dvorak"
#Option "XkbModel" "pc104"
#MatchIsKeyboard "on"
Section "InputClass"
Identifier "system-keyboard"
Option "XkbLayout" "us"
Option "XkbOptions" "compose:caps"
EndSection

View File

@ -0,0 +1,17 @@
Section "Monitor"
Identifier "eDP1"
Option "Primary" "true"
Option "PreferredMode" "1920x1080"
EndSection
Section "Monitor"
Identifier "DP1-1"
Option "Above" "eDP1"
Option "PreferredMode" "1920x1200"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Intel Graphics"
Monitor "Monitor0"
EndSection

View File

@ -0,0 +1,10 @@
Section "Device"
Identifier "Intel Graphics"
Driver "Intel"
EndSection
#Option "AccelMethod" "glamor"
#Option "TearFree" "true"
#Option "VertRefresh" "60"
#Option "DRI" "false"

View File

@ -0,0 +1,23 @@
Section "InputClass"
Identifier "touchpad"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
Option "VertEdgeScroll" "off"
Option "VertTwoFingerScroll" "on"
Option "HorizEdgeScroll" "off"
Option "HorizTwoFingerScroll" "on"
Option "CircularScrolling" "on"
Option "CircScrollTrigger" "2"
Option "EmulateTwoFingerMinZ" "40"
Option "EmulateTwoFingerMinW" "8"
Option "CoastingSpeed" "0"
Option "FingerLow" "30"
Option "FingerHigh" "50"
Option "MaxTapTime" "125"
Option "PalmDetect" "1"
Option "PalmMinWidth" "4"
Option "PalmMinZ" "100"
EndSection