-
Notifications
You must be signed in to change notification settings - Fork 1
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
b2473f7a747 (custom keymap) randomly breaks #28
Comments
Thanks for the report! I'll try that out (been meaning to try out niri anyway)
Just to make sure: Do you have an enable/disable keybind set in anthywl (default Ctrl+Shift+Backspace) and does toggling anthywl off make things go back to normal? Popups probably don't work in the new mode that supports clients that don't use text_input, so the IME might be working but not providing any feedback. |
I can't make it go back to normal until I
Hm, maybe it has something to do with QT app I was running(anki), however it was not in focus and I can trigger 2 in alacritty, but it could be a smithay bug. That's my entire config.
|
Haven't looked at issue 2 yet, but I can reproduce issue 1 in niri but not in sway. |
If you can point me in the direction of what is broken I can look on the other side. Since if it breaks that way it's likely some invariant is broken on the anthywl, so knowing what it is could help fixing it upstream in smithay. |
I'm pretty sure that the issue is likely lies within the https://github.com/YaLTeR/niri or smithay's IME input handling, however once I revert this commit everything goes back to normal.
In particular, I've noticed that:
text_input.enable()
/text_input.disable()
also kind of breaks for whatever reason (probably bug in smithay), easy to repro inalacritty
with its vi mode since it tries to disable.My xkb config is just
I haven't found a pattern what exactly causes the 1, however 2 could be easier reproduced in alacritty+niri and it goes away once I revert said commit.
The text was updated successfully, but these errors were encountered: