-
-
Notifications
You must be signed in to change notification settings - Fork 382
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
[BUG] focusable windows on wayland have exclusive focus #651
Comments
I'm having this same issue. Did you find a workaround? |
I came across this last night and found that if you specify that setting the stacking property to eg
|
It works but the eww window doesn't overlay the other windows even when it has gained focus |
Having the same issue, when setting Noticed the function |
I am having the same issue. I am trying to create a notification daemon with support for inline replies and hence can't use the "bg" hack since notifs need to be displayed on top of everything. So, Currently, in my testing, I can either not type anything, or I have to forsake my keyboard for the duration of the display of the notification. |
Anyone have a solution to this problem? With this behaviour, it seems eww is not a viable waybar alternative on Wayland. |
Turns out this problem does not occur on the latest master version for me anymore. (I had installed 0.6.0 previously.) |
I still have the same issue even after updating to 8661abf |
Checklist before submitting an issue
Description of the bug
On wayland, windows with
:focusable true
cause the window to have exclusive keyboard focus. This renders any :focusable window unusable.This seems to be caused by GTK keyboard mode not being set properly.
Reproducing the issue
eww 0.4.0 678e4db
Expected behaviour
Use
GTK_LAYER_SHELL_KEYBOARD_MODE_ON_DEMAND
by default.Additional context
No response
The text was updated successfully, but these errors were encountered: