Skip to content

Instantly share code, notes, and snippets.

@AaronJackson
Created March 28, 2022 19:06
Show Gist options
  • Save AaronJackson/2d7562cd1a40c4113b298af211ae0ba8 to your computer and use it in GitHub Desktop.
Save AaronJackson/2d7562cd1a40c4113b298af211ae0ba8 to your computer and use it in GitHub Desktop.
xorg keyboard config
Section "InputClass"
Identifier "hhkb"
MatchIsKeyboard "on"
MatchProduct "PFU Limited HHKB-Classic"
Option "XkbLayout" "us"
EndSection
Section "InputClass"
Identifier "laptop-kb"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event3"
Option "XkbOptions" "ctrl:nocaps"
Option "XkbLayout" "gb"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment