Log: xorg.conf.d
00-keyboard.conf
----------------
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "hu"
Option "XkbModel" "pc105"
Option "XkbVariant" "101_qwerty_comma_dead"
EndSection
50-synaptics.conf
-----------------
Section "InputClass"
Identifier "touchpad catchall"
Option "VertTwoFingerScroll" "1"
Option "HorizTwoFingerScroll" "1"
Option "VertEdgeScroll" "1"
Option "HorizEdgeScroll" "1"
EndSection
90-zap.conf
-----------
Section "InputClass"
Identifier "keyboard defaults"
MatchIsKeyboard "on"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection