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

9 lines
249 B
Plaintext
Raw Normal View History

2015-03-23 09:15:52 +02:00
# Read and parsed by systemd-localed. It's probably wise not to edit this file
# manually too freely.
Section "InputClass"
2023-02-21 19:08:54 +02:00
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "fi"
Option "XkbModel" "compose:menu"
2015-03-23 09:15:52 +02:00
EndSection