# see /usr/share/X11/xorg.conf.d/40-libinput.conf Section "InputClass" Identifier "libinput pointer catchall" MatchIsPointer "on" MatchDevicePath "/dev/input/event*" Driver "libinput" EndSection Section "InputClass" Identifier "libinput keyboard catchall" MatchIsKeyboard "on" MatchDevicePath "/dev/input/event*" Driver "libinput" Option "XkbLayout" "be" Option "XkbOptions" "terminate:ctrl_alt_bksp" EndSection