mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-11 03:33:03 +03:00
xorg
This commit is contained in:
parent
c03481f21e
commit
ffbb49576d
1 changed files with 15 additions and 0 deletions
15
X11/xorg.conf
Normal file
15
X11/xorg.conf
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
Section "Device"
|
||||
Identifier "eDP-1 "
|
||||
Driver "intel"
|
||||
Option "Backlight" "intel_backlight"
|
||||
EndSection
|
||||
|
||||
Section "InputClass"
|
||||
Identifier "touchpad"
|
||||
MatchIsTouchpad "on"
|
||||
Driver "libinput"
|
||||
Option "Tapping" "on"
|
||||
Option "TappingButtonMap" "lrm"
|
||||
Option "NaturalScrolling" "on"
|
||||
Option "ScrollMethod" "twofinger"
|
||||
EndSection
|
||||
Loading…
Add table
Reference in a new issue