workstation/roles/freebsd/files/xorg-acp.conf

22 lines
528 B
Text
Raw Normal View History

2023-08-20 15:43:44 +00:00
Section "InputClass"
Identifier "acp-keyboard"
MatchIsKeyboard "on"
Option "XkbModel" "pc105"
2024-04-16 20:19:50 +00:00
Option "XkbLayout" "gb,us"
Option "XkbVariant" ""
Option "XkbOptions" "grp:alt_shift_toggle,compose:menu,lv3:ralt_switch"
2023-08-20 15:43:44 +00:00
EndSection
Section "InputClass"
Identifier "acp-pointer"
2023-09-08 08:52:34 +00:00
MatchIsPointer "on"
2023-08-20 15:43:44 +00:00
Option "NaturalScrolling" "false"
EndSection
Section "InputClass"
Identifier "acp-touchpad"
MatchIsTouchpad "on"
Option "NaturalScrolling" "true"
Option "Tapping" "true"
EndSection