-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Bug: Typing into XWayland windows fails #18
Comments
On the plus side, I confirmed that |
Hm, ok. So I guess the scenario here is that you have a Wayland environment, in which you have both XWayland and native Wayland windows? Meaning |
Correct. Wayland typically launches |
Ok. In that case I don't know if there's much we can do in this script, it might be down to assembling the |
Let's close this in favor of having |
Using |
Thanks for the tip! I'll look into that for the next few updates. |
While typing in Wayland has approved, now typing into XWayland windows doesn't work.
Ugh.
It appears we need use
wtype
if the active window is a Wayland window, andxdotool type
if it's an XWayland window.For a window manager like Sway, you could figure out the active window type with scripting, but I don't know if there's a general solution for all Wayland compositors or not.
I'll probably give up on having typing work and switch to putting the codes on the clipboard instead.
This could be possibly be fixed in
wtype
instead. Looks like it's already Issue #1 inwtype
:atx/wtype#1
The text was updated successfully, but these errors were encountered: