summaryrefslogtreecommitdiff
path: root/etc/X11/xorg.conf.d/00-keyboard.conf
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-07 06:32:37 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-07 06:32:37 -0700
commita12e47c535b42594cb7ba127b5776bfce4977749 (patch)
tree3b49d40dccb883134f3f2e907aa4540aee60af65 /etc/X11/xorg.conf.d/00-keyboard.conf
parentfd9c821fae55fadda3c2898e53698ba46e4623ba (diff)
Start using a bare repository for dotfiles
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, 0 insertions, 8 deletions
diff --git a/etc/X11/xorg.conf.d/00-keyboard.conf b/etc/X11/xorg.conf.d/00-keyboard.conf
deleted file mode 100644
index a44ff3c..0000000
--- a/etc/X11/xorg.conf.d/00-keyboard.conf
+++ /dev/null
@@ -1,8 +0,0 @@
-# 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