aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorCharlie Root <John Ankarstr\xf6m>2021-05-29 19:24:40 +0200
committerCharlie Root <John Ankarstr\xf6m>2021-05-29 19:24:40 +0200
commit3b683dcf17993a0028992e52f1de1ee2f7923d81 (patch)
treeb30f7401ec17c9a3ba910a157e5519cf0c6e258d /etc
downloadlbsd-3b683dcf17993a0028992e52f1de1ee2f7923d81.tar.gz
xorg.conf: Configure keyboard layouts
Diffstat (limited to 'etc')
-rw-r--r--etc/X11/xorg.conf8
1 files changed, 8 insertions, 0 deletions
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