Skip to content

Instantly share code, notes, and snippets.

View 5RVLyre's full-sized avatar
😀

5RVLyre

😀
View GitHub Profile
Section "ServerFlags"
Option "DontZap" "false"
EndSection
Section "InputClass"
Identifier "Keyboard Defaults"
MatchIsKeyboard "yes"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
# Ignore all xpra virtual devices by default,
# these will be enabled explicitly when needed.
Section "InputClass"
Identifier "xpra-virtual-device"
MatchProduct "Xpra"
Option "Ignore" "true"
EndSection
Section "InputClass"
Identifier "Mouse"
Driver "libinput"
MatchIsPointer "yes"
Option "AccelProfile" "flat"
EndSection
Section "InputClass"
Identifier "touchpad"
Driver "libinput"
MatchIsTouchpad "on"
Option "Tapping" "on"
Option "NaturalScrolling" "true"
Option "ClickMethod" "clickfinger"
Option "AccelProfile" "flat"
EndSection
Section "InputClass"
Identifier "pointer"
Driver "libinput"
MatchIsPointer "on"
Option "NaturalScrolling" "true"
EndSection
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "se"
EndSection
[ 26.365]
X.Org X Server 1.20.0
X Protocol Version 11, Revision 0
[ 26.365] Build Operating System: Linux Arch Linux
[ 26.365] Current Operating System: Linux archlabs-macwomp 4.17.13-arch1-1-macbook #1 SMP PREEMPT Tue Aug 7 12:19:45 EDT 2018 x86_64
[ 26.366] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-macbook root=UUID=f90d844d-5bd7-4060-be35-1fe993335b00 rw quiet
[ 26.366] Build Date: 18 June 2018 03:12:37PM
[ 26.366]
[ 26.366] Current version of pixman: 0.34.0
[ 26.366] Before reporting problems, check http://wiki.x.org