Replies: 1 comment 1 reply
|
that's... odd. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am trying to build a panel using layer-shell-qt. So far, I have a small prototype. The program reads the contents of "hyprland clients" and shows the client class icons. The client titles are displayed with tooltips.
The problem is the tooltips don't get displayed when keyboard interactivity is set to "none". Tooltips are visible when the interactivity is set to "exclusive/on-demand". I don't know why the level of keyboard interactivity should change the behavior of the tooltips. I would appreciate any suggestions on how to solve this.
Other observations:
All reactions