summaryrefslogtreecommitdiff
path: root/etc/X11/xorg.conf.d/00-keyboard.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/X11/xorg.conf.d/00-keyboard.conf')
-rw-r--r--etc/X11/xorg.conf.d/00-keyboard.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/X11/xorg.conf.d/00-keyboard.conf b/etc/X11/xorg.conf.d/00-keyboard.conf
new file mode 100644
index 0000000..a44ff3c
--- /dev/null
+++ b/etc/X11/xorg.conf.d/00-keyboard.conf
@@ -0,0 +1,8 @@
+# Written by systemd-localed(8), read by systemd-localed and Xorg. It's
+# probably wise not to edit this file manually. Use localectl(1) to
+# instruct systemd-localed to update it.
+Section "InputClass"
+ Identifier "system-keyboard"
+ MatchIsKeyboard "on"
+ Option "XkbLayout" "latam"
+EndSection