diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-07-19 15:19:08 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-07-19 15:19:08 +0800 |
| commit | 6893a1ae1d9e60e786eb847c471e55597abe9c41 (patch) | |
| tree | d014ed76bc2357e3b62d86c8b35d29ac116ac3d9 /xorg | |
| parent | 7606bb10a26ad2662a8e2ea047ba582c4a99687e (diff) | |
Update
Diffstat (limited to 'xorg')
| -rw-r--r-- | xorg/09-custom-kbd.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xorg/09-custom-kbd.conf b/xorg/09-custom-kbd.conf new file mode 100644 index 0000000..f2123ff --- /dev/null +++ b/xorg/09-custom-kbd.conf | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | Section "InputClass" | ||
| 2 | Identifier "keyboard defaults" | ||
| 3 | MatchIsKeyboard "on" | ||
| 4 | |||
| 5 | Option "XKbOptions" "ctrl:nocaps" | ||
| 6 | EndSection | ||