From 8f9c6b1b75d12df7f0ff58ccb623e6208f16e218 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Fri, 26 Aug 2022 16:06:00 +0200 Subject: [PATCH] mention moveworkspace --- pages/IPC/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/IPC/_index.md b/pages/IPC/_index.md index 26f8bef..b7f4a12 100644 --- a/pages/IPC/_index.md +++ b/pages/IPC/_index.md @@ -36,6 +36,7 @@ e.g.: `workspace>>2` | monitoradded | emitted when a monitor is added (connected) | `MONITORNAME` | | 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` | | activelayout | emitted on a layout change of the active keyboard | `KEYBOARDNAME,LAYOUTNAME` | | openwindow | emitted when a window is opened | `WINDOWADDRESS`,`WORKSPACENAME`,`WINDOWCLASS`,`WINDOWTITLE` | | closewindow | emitted when a window is closed | `WINDOWADDRESS` |