AndreasBackx / waycorner

Hot corners for Wayland. Create anchors in the corners of your monitors and execute a command of your choice.
MIT License
86 stars 6 forks source link

No hot-corner on hyprland and message from client-toolkit: interface 'wl_surface' has no event 2 #20

Closed siretty closed 8 months ago

siretty commented 8 months ago

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.

siretty commented 8 months ago

Resolved by PR #21.

lacamar commented 8 months ago

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

siretty commented 8 months ago

Thank you!

AndreasBackx commented 8 months ago

Thanks for fixing @siretty. New version pushed that will soon be available for those using AUR and cargo.