From 2a2db2f917c1702c16a272d7a7aba79a54f677ee Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Tue, 5 Sep 2023 15:56:19 +0200 Subject: [PATCH] socket2: add renameWorkspace event --- pages/IPC/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/IPC/_index.md b/pages/IPC/_index.md index bc7dc92..a9ddc7f 100644 --- a/pages/IPC/_index.md +++ b/pages/IPC/_index.md @@ -38,6 +38,7 @@ e.g.: `workspace>>2` | createworkspace | emitted when a workspace is created | `WORKSPACENAME` | | destroyworkspace | emitted when a workspace is destroyed | `WORKSPACENAME` | | moveworkspace | emitted when a workspace is moved to a different monitor | `WORKSPACENAME,MONNAME` | +| renameworkspace | emitted when a workspace is renamed | `WORKSPACEID,NEWNAME` | | activespecial | emitted when the special workspace opened in a monitor changes (closing results in an empty `WORKSPACENAME`) | `WORKSPACENAME,MONNAME` | | activelayout | emitted on a layout change of the active keyboard | `KEYBOARDNAME,LAYOUTNAME` | | openwindow | emitted when a window is opened | `WINDOWADDRESS`,`WORKSPACENAME`,`WINDOWCLASS`,`WINDOWTITLE` |