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
Version 5 of wlr-layer-shell-unstable-v1 adds a new feature: set_exclusive_edge. This helps the compositor to resolve the edge to which exclusive zone is applied when the layer surface is anchored to the corner. From the xml file:
Requests an edge for the exclusive zone to apply. The exclusive
edge will be automatically deduced from anchor points when possible,
but when the surface is anchored to a corner, it will be necessary
to set it explicitly to disambiguate, as it is not possible to deduce
which one of the two corner edges should be used.
The edge must be one the surface is anchored to, otherwise the
invalid_exclusive_edge protocol error will be raised.
The text was updated successfully, but these errors were encountered:
Version 5 of wlr-layer-shell-unstable-v1 adds a new feature:
set_exclusive_edge
. This helps the compositor to resolve the edge to which exclusive zone is applied when the layer surface is anchored to the corner. From the xml file:The text was updated successfully, but these errors were encountered: