Module layer_shell

Module layer_shell 

Source
Expand description

Contains Types for configuring layer_shell surfaces.

Structs§

Anchor
Screen anchor point for layer_shell surfaces. These can be used in any combination, e.g. specifying Anchor::LEFT | Anchor::RIGHT will stretch the surface across the width of the screen.
LayerShellNotSupportedError
An error indicating that an action failed because the compositor doesn’t support the required layer_shell protocol.
LayerShellOptions
Options for creating a layer_shell window.

Enums§

KeyboardInteractivity
Keyboard interactivity mode for the layer_shell surfaces.
Layer
The layer the surface is rendered on. Multiple surfaces can share a layer, and ordering within a single layer is undefined.