From 259d7a71881de378643418a7886cf9385901147e Mon Sep 17 00:00:00 2001 From: Jacob Birkett Date: Thu, 15 Feb 2024 07:22:44 -0700 Subject: [PATCH] ipc: document monitoraddedv2 (#472) --- pages/IPC/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/IPC/_index.md b/pages/IPC/_index.md index 2d6098a..6b47608 100644 --- a/pages/IPC/_index.md +++ b/pages/IPC/_index.md @@ -35,6 +35,7 @@ e.g.: `workspace>>2` | fullscreen | emitted when a fullscreen status of a window changes. | `0/1` (exit fullscreen / enter fullscreen) | | monitorremoved | emitted when a monitor is removed (disconnected) | `MONITORNAME` | | monitoradded | emitted when a monitor is added (connected) | `MONITORNAME` | +| monitoraddedv2 | emitted when a monitor is added (connected) | `MONITORID,MONITORNAME,MONITORDESCRIPTION` | | 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` |