From 7d5c61cdaabfbfa5b44ccecfaf0f3102599b0131 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 27 Oct 2017 11:03:34 +0200 Subject: Add X keyboard settings --- x/20-keyboard.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 x/20-keyboard.conf diff --git a/x/20-keyboard.conf b/x/20-keyboard.conf new file mode 100644 index 0000000..9c79b42 --- /dev/null +++ b/x/20-keyboard.conf @@ -0,0 +1,6 @@ +Section "InputClass" + Identifier "keyboard defaults" + MatchIsKeyboard "on" + + Option "XKbOptions" "compose:ralt" +EndSection -- cgit v1.2.3