From 3b683dcf17993a0028992e52f1de1ee2f7923d81 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Sat, 29 May 2021 19:24:40 +0200 Subject: xorg.conf: Configure keyboard layouts --- etc/X11/xorg.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 etc/X11/xorg.conf (limited to 'etc/X11/xorg.conf') diff --git a/etc/X11/xorg.conf b/etc/X11/xorg.conf new file mode 100644 index 0000000..181eb0e --- /dev/null +++ b/etc/X11/xorg.conf @@ -0,0 +1,8 @@ +Section "InputDevice" + Identifier "Keyboard0" + Driver "kbd" + Option "XkbModel" "pc105" + Option "XkbLayout" "se,se,ru" + Option "XkbVariant" "nodeadkeys,," + Option "XkbOptions" "grp:caps_toggle" +EndSection -- cgit v1.2.3