shell-things/etc/X11/xorg.conf.d/00-keyboard.conf

9 lines
249 B
Plaintext

# 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" "fi"
Option "XkbModel" "compose:menu"
EndSection