pondichys / void-setup

Setup of Void Linux
MIT License
0 stars 0 forks source link

Set default keyboard correctly for DE / WM #26

Open pondichys opened 1 month ago

pondichys commented 1 month ago

Ask for keyboard layout

Set it as files

/etc/default/keyboard

XKBMODEL="pc105"
XKBLAYOUT=""
XKBVARIANT=""
BACKSPACE="guess"

/etc/X11/xorg.conf.d/00-keyboard.conf

Section "InputClass"
    Identifier "system-keyboard"
    MatchIsKeyboard "on"
    Option "XkbLayout" "be"
    Option "XkbVariant" ""
EndSection
pondichys commented 1 month ago

Model Layout and Variant must be valid You can check /usr/share/X11/xkb/rules/base.lst for a list of valid values