10-keyboard.conf 267 B

12345678910
  1. # Enable dvorak and compose key for X11
  2. # Should be at `/etc/X11/xorg.conf.d/`
  3. Section "InputClass"
  4. Identifier "system-keyboard"
  5. MatchIsKeyboard "on"
  6. Option "XkbLayout" "us"
  7. Option "XkbVariant" "dvp"
  8. Option "XkbOptions" "compose:ralt"
  9. EndSection