From cc69529ae7bcb1643a9cbbd91070d8998bc1392d Mon Sep 17 00:00:00 2001 From: vaxerski Date: Thu, 28 Dec 2023 22:34:59 +0100 Subject: [PATCH] add socket2 configreloaded --- pages/IPC/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/IPC/_index.md b/pages/IPC/_index.md index 604a077a..2d6098ac 100644 --- a/pages/IPC/_index.md +++ b/pages/IPC/_index.md @@ -54,6 +54,7 @@ e.g.: `workspace>>2` | windowtitle | emitted when a window title changes. | `WINDOWADDRESS` | | ignoregrouplock | emitted when `ignoregrouplock` is toggled. | `0/1` | | lockgroups | emitted when `lockgroups` is toggled. | `0/1` | +| configreloaded | emitted when the config is done reloading | empty | {{< hint type=warning >}} A fullscreen event is not guaranteed to fire on/off once in succession.