[Example] Starter keyboard setup demo #412
GrabbenD
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've put together some pointers that helped me get
xkb/keyboard (Swedish) setup working on Arch Linux. Hopefully this helps someone else in the future 🙂Grab
xkeyboard-configpackage to create/usr/share/X11/xkb/symbols(see:$ pkgconf xkeyboard-config --variable=xkb_base):If they're still missing (e.g. after making sure there's no bogus
NoExtractin/etc/pacman.conf), it's possible to re-create the symbols with$ paru --sync --overwrite="*" xkeyboard-configReference: Error parsing keymap #368 (comment)
You can generate a
xkb_keymapviasetxkbmap, e.g:keymapcan be tested withkbvm:$ kbvm test-wayland$ kbvm compile-rmlvo --layout se | kbvm test-wayland --keymap -Helpful commands can be found in the Arch Linux documentation for
xkeyboard-config:I've also shared my
config.tomlfile here for anyone still struggling with getting started: #411Last but not least, massive thanks to @mahkoh once again for taking the time to build this wonderful compositor!
Take care
Beta Was this translation helpful? Give feedback.
All reactions