Skip to content

Instantly share code, notes, and snippets.

@mailinglists35
Last active September 28, 2017 16:23
Show Gist options
  • Save mailinglists35/e36da6d154aeaeb9c8914477255e470c to your computer and use it in GitHub Desktop.
Save mailinglists35/e36da6d154aeaeb9c8914477255e470c to your computer and use it in GitHub Desktop.
tastatura
/etc/vconsole.conf
KEYMAP="fr-latin9"
FONT="eurlatgr"
/etc/X11/xorg.conf.d/00-keyboard.conf
# Read and parsed by systemd-localed. It's probably wise not to edit this file
# manually too freely.
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment