From edd2fc0353411ccd34239eff2aad2ce5dd4e307f Mon Sep 17 00:00:00 2001 From: nnra <104775644+nnra6864@users.noreply.github.com> Date: Wed, 13 Nov 2024 15:08:14 +0100 Subject: [PATCH] IPC: change all instances of activemon to focusedmon (#865) --- pages/IPC/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/IPC/_index.md b/pages/IPC/_index.md index 639f9ba..0f6cad2 100644 --- a/pages/IPC/_index.md +++ b/pages/IPC/_index.md @@ -32,8 +32,8 @@ e.g.: `workspace>>2` | name | description | data | | --- | --- | --- | -| workspace | emitted on workspace change. Is emitted ONLY when a user requests a workspace change, and is not emitted on mouse movements (see `activemon`) | `WORKSPACENAME` | -| workspacev2 | emitted on workspace change. Is emitted ONLY when a user requests a workspace change, and is not emitted on mouse movements (see `activemon`) | `WORKSPACEID,WORKSPACENAME` | +| 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` | | activewindow | emitted on the active window being changed. | `WINDOWCLASS,WINDOWTITLE` | | activewindowv2 | emitted on the active window being changed. | `WINDOWADDRESS` |