From 21273fccab1765a30aa8cd26412030482306c5c9 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Wed, 12 Aug 2015 10:33:27 +0100 Subject: Adapt to arch linux --- .misc/20-keyboard.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .misc/20-keyboard.conf (limited to '.misc/20-keyboard.conf') diff --git a/.misc/20-keyboard.conf b/.misc/20-keyboard.conf new file mode 100644 index 0000000..33cf6ed --- /dev/null +++ b/.misc/20-keyboard.conf @@ -0,0 +1,6 @@ +Section "InputClass" + Identifier "keyboard" + MatchIsKeyboard "yes" + Option "XkbLayout" "us" + Option "XkbVariant" "dvp" +EndSection -- cgit v1.2.3