From b45cc81af466d2869ea52b5c4103d58385821de8 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Thu, 5 Mar 2020 09:44:34 -0700 Subject: Add extra files --- etc/X11/xorg.conf.d/00-keyboard.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 etc/X11/xorg.conf.d/00-keyboard.conf (limited to 'etc/X11/xorg.conf.d/00-keyboard.conf') 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 -- cgit v1.2.3-54-g00ecf