Skip to content

Instantly share code, notes, and snippets.

@niklaskeerl
Last active May 16, 2021 13:05
Show Gist options
  • Save niklaskeerl/f97f23cd1355f31ec816e98e2b776c6c to your computer and use it in GitHub Desktop.
Save niklaskeerl/f97f23cd1355f31ec816e98e2b776c6c to your computer and use it in GitHub Desktop.
Keymap not working in arch linux after archinstall

Keymap not working in arch linux after archinstall

Credits: @Torxed archlinux/archinstall#107

The keymap set in the in the archinstall script does not work in your window manager.

Solution (edit the keymap "de" with the one you want):

$ localectl set-keymap "" && localectl set-keymap de
$ localectl set-keymap de && localectl set-x11-keymap de

After that, reboot your machine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment