forked from djpohly/dwl
-
Notifications
You must be signed in to change notification settings - Fork 6
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
xkb dont working #38
Comments
This is definitely a bug. I'll have a look, thanks! |
Has there been any progress on this issue? |
Frewacom
added a commit
that referenced
this issue
Oct 20, 2023
Previously, the globals xkb_rules variable would not be used, since it was set to NULL initally, and was never updated via the config setter cb.
Hi, sorry for the delay. This should be fixed in v2.0.2. The home service has also been updated to use the latest version. Let me know if everything works as expected. |
@Frewacom, thanks for the quick reply! This resolves the issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I cant change keyboard layout.
Its the config of xkb:
(set-xkb-rules '((model . "pc104") (layout . "us,ru") (variant . ",nodeadkeys") (options . "grp:shift_caps_toggle")))
setxkbmap dont working to.
I installed xkeyboard-config and libinput, but without results.
On sway all working fine
The text was updated successfully, but these errors were encountered: