archpkgs/gebner-i3/files/etc/xorg.conf.d/libinput.conf

20 lines
355 B
Plaintext

Section "InputClass"
Identifier "keyboard"
Driver "libinput"
MatchIsKeyboard "on"
Option "XkbLayout" "us"
Option "XkbVariant" "altgr-intl"
Option "XkbOptions" "caps:ctrl_modifier"
EndSection
Section "InputClass"
Identifier "mouse"
Driver "libinput"
MatchIsPointer "yes"
Option "AccelProfile" "flat"
EndSection