Created
July 11, 2021 16:06
-
-
Save getsueineko/b77cd9389af87576da49919449c3af73 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/etc/vconsole.conf | |
KEYMAP="ruwin_ct_sh-UTF-8" | |
LOCALE="ru_RU.UTF-8" | |
CONSOLEMAP= | |
FONT="UniCyr_8x16" | |
USECOLOR="yes" | |
/etc/X11/xorg.conf.d/00-keyboard.conf | |
Section "InputClass" | |
Identifier "system-keyboard" | |
MatchIsKeyboard "on" | |
Option "XkbLayout" "us,ru(winkeys)" | |
Option "XkbModel" "pc105" | |
Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll" | |
EndSection | |
/etc/mkinitcpio.conf | |
HOOKS=(base udev autodetect modconf block lvm2 filesystems keyboard keymap) | |
sudo mkinitcpio -p linux513 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment