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§
- Signal
Handle - A handle that can be used to disconnect from a signal connection.
Enums§
- Input
Signal - Signals relating to input events.
- Output
Signal - Signals relating to output events.
- TagSignal
- Signals relating to tag events.
- Window
Signal - Signals relating to window events.