diff options
Diffstat (limited to 'misc/libinput/00-keyboard.conf')
-rw-r--r-- | misc/libinput/00-keyboard.conf | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/misc/libinput/00-keyboard.conf b/misc/libinput/00-keyboard.conf deleted file mode 100644 index 4aa4ac7..0000000 --- a/misc/libinput/00-keyboard.conf +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | # Written by systemd-localed(8), read by systemd-localed and Xorg. It's | ||
2 | # probably wise not to edit this file manually. Use localectl(1) to | ||
3 | # instruct systemd-localed to update it. | ||
4 | Section "InputClass" | ||
5 | Identifier "system-keyboard" | ||
6 | MatchIsKeyboard "on" | ||
7 | Option "XkbLayout" "us" | ||
8 | Option "XkbOptions" "ctrl:nocaps" | ||
9 | EndSection | ||