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

Installer broken for newer xkeyboard-config packages #5

Open
dafzor opened this issue Jul 15, 2024 · 0 comments
Open

Installer broken for newer xkeyboard-config packages #5

dafzor opened this issue Jul 15, 2024 · 0 comments

Comments

@dafzor
Copy link

dafzor commented Jul 15, 2024

Newer xkeyboard-config have a Bosnian US layout which causes awk search to insert keyboard under braile breaking the config.

Minimal change for awk query might just be to search altgr-intl keyboard instead and insert after that.

Untested Suggestion:

$(awk '/<name>altgr-intl</{f=1} f && /<\/variant>/ {print NR; exit}'
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