From f5fdf3e61d1938e80b2ea4fa74135127ad755c46 Mon Sep 17 00:00:00 2001 From: davc0n Date: Fri, 3 Jan 2025 23:44:01 +0100 Subject: [PATCH] ipc: add focusedmonv2 (#924) --- pages/IPC/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/IPC/_index.md b/pages/IPC/_index.md index 0f6cad2..44f3f7b 100644 --- a/pages/IPC/_index.md +++ b/pages/IPC/_index.md @@ -35,6 +35,7 @@ e.g.: `workspace>>2` | workspace | emitted on workspace change. Is emitted ONLY when a user requests a workspace change, and is not emitted on mouse movements (see `focusedmon`) | `WORKSPACENAME` | | workspacev2 | emitted on workspace change. Is emitted ONLY when a user requests a workspace change, and is not emitted on mouse movements (see `focusedmon`) | `WORKSPACEID,WORKSPACENAME` | | focusedmon | emitted on the active monitor being changed. | `MONNAME,WORKSPACENAME` | +| focusedmonv2 | emitted on the active monitor being changed. | `MONNAME,WORKSPACEID` | | activewindow | emitted on the active window being changed. | `WINDOWCLASS,WINDOWTITLE` | | activewindowv2 | emitted on the active window being changed. | `WINDOWADDRESS` | | fullscreen | emitted when a fullscreen status of a window changes. | `0/1` (exit fullscreen / enter fullscreen) |