Skip to content

Instantly share code, notes, and snippets.

@getsueineko
Created July 11, 2021 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save getsueineko/b77cd9389af87576da49919449c3af73 to your computer and use it in GitHub Desktop.
Save getsueineko/b77cd9389af87576da49919449c3af73 to your computer and use it in GitHub Desktop.
/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