wmww / gtk4-layer-shell

A library to create panels and other desktop components for Wayland using the Layer Shell protocol and GTK4
MIT License
128 stars 4 forks source link

LayerShell set exclusive on hover #35

Closed killown closed 3 months ago

killown commented 4 months ago

anyway to have gtk_layer_set_set_exclusive_on_hover (GtkWindow *window, int exclusive_zone_greater_than_zero); and mouse leaving would set it to zero would be useful to interact with layers in the bottom without so much code

wmww commented 4 months ago

This sounds out of scope for this library, unless implementing it here is the only way for apps to be able to do this behavior.

killown commented 3 months ago

you are probably right, I am not going to use this anyway, no issue