dgy
/
hexagons
Archived
1
0
Fork 0
This repository has been archived on 2021-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
hexagons/.config/copy to etc/00-keyboard.conf

12 lines
485 B
Plaintext

# 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,latam"
Option "XkbModel" "pc105"
Option "XkbVariant" ",cmk_ed_ks"
Option "XkbOptions" "caps:escape,terminate:ctrl_alt_bksp,grp:shifts_toggle,grp_led:caps"
EndSection