Module signal

Source
Expand description

Compositor signals.

Your config can connect to various compositor signals that allow you to, for example, do something when an output is connected or when the pointer enters a window.

Some of the other modules have a connect_signal method that will allow you to pass in callbacks to run on each signal. Use them to connect to the signals defined here.

Structs§

SignalHandle
A handle that can be used to disconnect from a signal connection.

Enums§

InputSignal
Signals relating to input events.
OutputSignal
Signals relating to output events.
TagSignal
Signals relating to tag events.
WindowSignal
Signals relating to window events.