Module: cwc.layer_shell
Layer shell object info and events.
screen |
cwc_screen |
The screen where the layer shell visible.
|
Read only
|
namespace |
string |
The namespace of the layer shell.
|
Read only
|
pid |
number |
The pid of the layer shell.
|
Read only
|
:kill ()
|
Kill a layer shell client without any question asked.
|
|
-
🔗
cwc.layer_shell.get ()
-> cwc_layer_shell[]
-
Get all input device in the server.
Returns:
cwc_layer_shell[]
-
🔗
screen
cwc_screen
· read only
-
The screen where the layer shell visible.
Constraints:
Default value
|
: Up to the client. |
-
🔗
namespace
string
· read only
-
The namespace of the layer shell.
Constraints:
Default value
|
: Extracted from wlrlayersurface. |
-
🔗
pid
number
· read only
-
The pid of the layer shell.
Constraints:
Default value
|
: Provided by the OS. |
Negative allowed
|
: false |
-
🔗
:kill ()
-
Kill a layer shell client without any question asked.
-
🔗
layer_shell::new
-
Emitted when a layer shell surface is created.
Arguments:
layer_shell |
|
cwc_layer_shell |
The layer shell object. |
-
🔗
layer_shell::destroy
-
Emitted when layer shell surface is about to be destroyed.
Arguments:
layer_shell |
|
cwc_layer_shell |
The layer shell object. |