Closed mattkae closed 8 months ago
Per the spec (https://wayland.app/protocols/wlr-layer-shell-unstable-v1#zwlr_layer_surface_v1:request:set_exclusive_zone), doing zwlr_layer_surface_v1::set_exclusive_zone(-1) should result in a surface which disregards all other exclusion zones. For example, swaybg uses this to ensure that the background takes up the full size of the display area.
zwlr_layer_surface_v1::set_exclusive_zone(-1)
swaybg
Request
Per the spec (https://wayland.app/protocols/wlr-layer-shell-unstable-v1#zwlr_layer_surface_v1:request:set_exclusive_zone), doing
zwlr_layer_surface_v1::set_exclusive_zone(-1)
should result in a surface which disregards all other exclusion zones. For example,swaybg
uses this to ensure that the background takes up the full size of the display area.