Probe #8f49a75dc6 of Framework Laptop
Log: xorg.conf.d
40-libinput.conf
----------------
Section "InputClass"
	Identifier	"libinput touchpad catchall"
	MatchIsTouchpad	"on"
	Option		"Tapping" "True"
	MatchDevicePath	"dev/input/events*"
	Driver		"libinput"
EndSection
flags.conf
----------
Section "ServerFlags"
  Option "DontZap" "off"
EndSection
keyboard.conf
-------------
Section "InputDevice"
  Identifier "Keyboard0"
  Driver "kbd"
  Option "XkbLayout" "us,gr"
  Option "XkbModel" "pc105"
  Option "XkbVariant" "altgr-intl,extended"
  Option "XkbOptions" "terminate:ctrl_alt_bksp,ctrl:nocaps"
EndSection