Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set default keyboard correctly for DE / WM #26

Open
pondichys opened this issue Aug 16, 2024 · 1 comment
Open

Set default keyboard correctly for DE / WM #26

pondichys opened this issue Aug 16, 2024 · 1 comment

Comments

@pondichys
Copy link
Owner

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
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant