From 224b9d104353e427e8e7591b3077241827adceb8 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Tue, 2 Apr 2024 20:32:32 +0100 Subject: [PATCH] workspace changes --- pages/Plugins/Development/Event-list.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/Plugins/Development/Event-list.md b/pages/Plugins/Development/Event-list.md index e361bc9..aeb0685 100644 --- a/pages/Plugins/Development/Event-list.md +++ b/pages/Plugins/Development/Event-list.md @@ -18,9 +18,9 @@ M: means std::unordered_map following props are members. | tick | fired on a tick, meaning once per (1000 / highestMonitorHz) ms | nullptr | ✕ | | activeWindow | fired on active window change | CWindow* | ✕ | | keyboardFocus | fired on keyboard focus change. Contains the newly focused surface | wlr_surface* | ✕ | -| moveWorkspace | fired when a workspace changes its monitor | std::vector{CWorkspace*, CMonitor*} | ✕ | +| moveWorkspace | fired when a workspace changes its monitor | std::vector{CWorkspace*, PHLWORKSPACE} | ✕ | | focusedMon | fired on monitor focus change | CMonitor* | ✕ | -| moveWindow | fired when a window changes workspace | std::vector{CWindow*, CWorkspace*} | ✕ | +| moveWindow | fired when a window changes workspace | std::vector{CWindow*, PHLWORKSPACE} | ✕ | | openLayer | fired when a LS is mapped | CLayerSurface* | ✕ | | closeLayer | fired when a LS is unmapped | CLayerSurface* | ✕ | | openWindow | fired when a window is mapped | CWindow* | ✕ |