From 5df8428f5ce37506a005b69bd4206a2f51d17cb4 Mon Sep 17 00:00:00 2001 From: vaxerski Date: Thu, 18 Aug 2022 17:51:17 +0200 Subject: [PATCH] update activelayout data --- pages/IPC/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/IPC/_index.md b/pages/IPC/_index.md index f6be380..cd9d839 100644 --- a/pages/IPC/_index.md +++ b/pages/IPC/_index.md @@ -36,7 +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` | -| activelayout | emitted on a layout change of the active keyboard | `LAYOUTNAME` | +| activelayout | emitted on a layout change of the active keyboard | `KEYBOARDNAME,LAYOUTNAME` | {{< hint type=warning >}} A fullscreen event is not guaranteed to fire on/off once in succession.