mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 21:15:58 +01:00
pluginapi: add configReloaded event
This commit is contained in:
parent
8657dcb863
commit
cb3c1e52ef
1 changed files with 1 additions and 0 deletions
|
@ -32,3 +32,4 @@ These are all the events that can be listened to using Event Hooks.
|
|||
| screencast | fired when the screencopy state of a client changes. Keep in mind there might be multiple separate clients. | std::vector<uint64_t>{state, framesInHalfSecond, owner} |
|
||||
| render | fired at various stages of rendering to allow your plugin to render stuff. See `src/SharedDefs.hpp` for a list with explanations | eRenderStage |
|
||||
| windowtitle | emitted when a window title changes. | CWindow* |
|
||||
| configReloaded | emitted after the config is reloaded | nullptr |
|
Loading…
Reference in a new issue