-
Notifications
You must be signed in to change notification settings - Fork 48
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
Clicking on tab bars results in mouse click being sent through to window on next workspace #130
Comments
UPDATE: I have just updated to the now most recent version of Hyprland, namely 0.42.0, but the problem persists. I also did some further investigation and it seems that the "clicking-through" behaviour only affects Qt GUIs, e.g. Okular, KeepassXC, etc.. Besides that, it is not always the application on the next workspace that receives the click (as I stated earlier), but it is rather the application on the most recently active workspace. E.g. if I have a Qt application open on workspace 10 and I switch directly to workspace 3, then no matter what is on the workspaces in between, clicks on the tab bars on workspace 3 will be sent through to the Qt application on workspace 10. With this additional information, is anybody able to reproduce this behaviour? |
potentially fixed by e452d04 |
Thank you for your reply. I have just recompiled hyprland and hy3, but unfortunately the problem persists. I have tested the issue as described in my initial post with the Okular PDF reader. For context, here is the output of
|
The commits that potentially fix it are all on -git. |
Oh, of course. My bad. I'm on Gentoo, so I cannot install the I might be missing something obvious, so I include the output here. Output for
|
Just to confirm that my setup is correct, I've just built hy3 manually at the |
There have been breaking changes in hyprland's api between 0.46.0 and now. hy3-git requires hyprland-git. (just master on both) |
Oh, I see. Thanks. Will test this as soon as possible then - probably not before next weekend though. |
Hi! I'm using hyprland 0.41.2 with the corresponding version of hy3 and have the following issue:
When clicking on a tab bar on one workspace, the click is sent to the active window on the next workspace.
For example, if workspace 1 looks like this ...
... and workspace 2 looks like this ...
... then, clicking on the left tab bar on workspace 1 results in the click being sent to the window on workspace 2, which in this case opens a menu:
The tab is switched as expected though.
Here is my hyprland.conf:
I installed the plugin via hyprpm, the wayland version is 1.22.0.
Let me know, if you need any further information. Thanks for looking into this :)
The text was updated successfully, but these errors were encountered: