You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expected behavior: i should be able to click on stuff through the hud
actual behavior: clicking on things underneath the hud doesn't function. I can click-drag to highlight text displayed on the HUD, however. after a few minutes, or so, a window for "Web Inspector" appears, although it doesn't appear to be clickable, after which the HUD transparent window can be click-dragged off of the screen. there's no associated terminal output, as far as i can tell.
i suspect it may either be an issue with wsl, or an issue with my package manager, tea (tea.xyz), which sometimes messes with PATHs and such.
steps to reproduce: ./run.sh as per the readme, window key to show taskbar, left click to browser window.
environment: Ubuntu 23.04 via WSL2
The text was updated successfully, but these errors were encountered:
Perhaps the issue is related to Windows not supporting GTK's input_shape_combine_region function, which hudkit uses to make the window click-through ("transparent" to mouse clicks);
On the Win32 platform, this functionality is not present and the function does nothing.
expected behavior: i should be able to click on stuff through the hud
actual behavior: clicking on things underneath the hud doesn't function. I can click-drag to highlight text displayed on the HUD, however. after a few minutes, or so, a window for "Web Inspector" appears, although it doesn't appear to be clickable, after which the HUD transparent window can be click-dragged off of the screen. there's no associated terminal output, as far as i can tell.
i suspect it may either be an issue with wsl, or an issue with my package manager, tea (tea.xyz), which sometimes messes with PATHs and such.
steps to reproduce: ./run.sh as per the readme, window key to show taskbar, left click to browser window.
environment: Ubuntu 23.04 via WSL2
The text was updated successfully, but these errors were encountered: