From: Mart Lubbers Date: Sat, 17 Jun 2017 08:14:20 +0000 (+0200) Subject: kbd X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=7dd26ee2c4aadd87f54ed1a16cbba98d5e83f0c8;p=dotfiles.git kbd --- diff --git a/20-keyboard.conf b/20-keyboard.conf new file mode 100644 index 0000000..835dcb0 --- /dev/null +++ b/20-keyboard.conf @@ -0,0 +1,9 @@ +Section "InputClass" + Identifier "keyboard defaults" + MatchIsKeyboard "on" + + Option "XkbModel" "pc104" + Option "XkbLayout" "dvorak,ru,us" + Option "XkbVariant" ",phonetic_dvorak," + Option "XKbOptions" "compose:ralt,grp:menu_toggle,caps:super" +EndSection