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
When used on Hyprland, the executable (specifically the smithay-client-toolkit crate) prints a message: interface 'wl_surface' has no event 2. The hot-corner functionality does not work in these cases.
I just encountered this issue and I was able to deal with it by installing it via cargo without the --locked flag, opposed to the directions in the readme. I'm guessing this issue is just caused by outdated dependencies. cargo install waycorner
When used on Hyprland, the executable (specifically the
smithay-client-toolkit
crate) prints a message:interface 'wl_surface' has no event 2
. The hot-corner functionality does not work in these cases.This is a known issue, fixed in version
0.16.1
of the smithay-client-toolkit.The issue in the client-toolkit can be found here.
The text was updated successfully, but these errors were encountered: