Skip to content

Instantly share code, notes, and snippets.

@ijs01140
Created August 7, 2019 06:30
Show Gist options
  • Save ijs01140/0ad8f5b290a921ff59b9699c735b7529 to your computer and use it in GitHub Desktop.
Save ijs01140/0ad8f5b290a921ff59b9699c735b7529 to your computer and use it in GitHub Desktop.
/etc/X11/xorg.conf.d/00-keyboard.conf
# Written by systemd-localed(8), read by systemd-localed and Xorg. It's
# probably wise not to edit this file manually. Use localectl(1) to
# instruct systemd-localed to update it.
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "jp"
Option "XkbOptions" "ctrl:swapcaps"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment