engstrand-config / dwl-guile

Dynamic tiling Wayland compositor configurable in Guile Scheme, based on dwl and libguile - now with a REPL!
Other
97 stars 5 forks source link

xkb dont working #38

Closed AnYurii closed 8 months ago

AnYurii commented 1 year ago

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

Frewacom commented 1 year ago

This is definitely a bug. I'll have a look, thanks!

ReilySiegel commented 8 months ago

Has there been any progress on this issue?

Frewacom commented 8 months ago

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.

ReilySiegel commented 8 months ago

@Frewacom, thanks for the quick reply! This resolves the issue.