changed method of setting caps to ctrl, should survive hotplugging.

This commit is contained in:
Gabe Venberg 2023-10-20 15:30:21 -05:00
parent b82b198717
commit 6b02097a0f
4 changed files with 23 additions and 10 deletions

View file

@ -0,0 +1,6 @@
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbOptions" "ctrl:nocaps"
Option "XkbOptions" "compose:menu"
EndSection