Closed siretty closed 8 months ago
Resolved by PR #21.
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
Thank you!
Thanks for fixing @siretty. New version pushed that will soon be available for those using AUR and cargo.
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.