aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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