From a2712ca4222cb17bc611384828b6c5f54a9d21f8 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 23 Mar 2015 09:15:52 +0200 Subject: [PATCH] etc: add x keyboard --- etc/X11/xorg.conf.d/00-keyboard.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 etc/X11/xorg.conf.d/00-keyboard.conf diff --git a/etc/X11/xorg.conf.d/00-keyboard.conf b/etc/X11/xorg.conf.d/00-keyboard.conf new file mode 100644 index 00000000..fac7da60 --- /dev/null +++ b/etc/X11/xorg.conf.d/00-keyboard.conf @@ -0,0 +1,7 @@ +# 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" +EndSection