tos/packages/tos-desktop-core/tos-desktop.conf

9 lines
225 B
Plaintext

# TOS Keyboard configuration
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "us"
Option "XkbVariant" "colemak_dh"
Option "XkbOptions" "caps:backspace"
EndSection