From c6b23084632e5bfdd7aedbae39f80251d181b576 Mon Sep 17 00:00:00 2001 From: vaxerski Date: Mon, 23 Sep 2024 16:29:37 +0100 Subject: [PATCH] nuke minimize --- pages/IPC/_index.md | 1 - pages/Plugins/Development/Event-list.md | 1 - 2 files changed, 2 deletions(-) diff --git a/pages/IPC/_index.md b/pages/IPC/_index.md index ff614b2..a598bf4 100644 --- a/pages/IPC/_index.md +++ b/pages/IPC/_index.md @@ -59,7 +59,6 @@ e.g.: `workspace>>2` | submap | emitted when a keybind submap changes. Empty means default. |`SUBMAPNAME` | | changefloatingmode | emitted when a window changes its floating mode. `FLOATING` is either 0 or 1. | `WINDOWADDRESS`,`FLOATING` | | urgent | emitted when a window requests an `urgent` state | `WINDOWADDRESS` | -| minimize | emitted when a window requests a change to its minimized state. `MINIMIZED` is either 0 or 1. | `WINDOWADDRESS,MINIMIZED` | | screencast | emitted when a screencopy state of a client changes. Keep in mind there might be multiple separate clients. State is 0/1, owner is 0 - monitor share, 1 - window share | `STATE,OWNER` | | windowtitle | emitted when a window title changes. | `WINDOWADDRESS` | | windowtitlev2 | emitted when a window title changes. | `WINDOWADDRESS,WINDOWTITLE` | diff --git a/pages/Plugins/Development/Event-list.md b/pages/Plugins/Development/Event-list.md index bb6b2b2..592ec05 100644 --- a/pages/Plugins/Development/Event-list.md +++ b/pages/Plugins/Development/Event-list.md @@ -27,7 +27,6 @@ These are all the events that can be listened to using Event Hooks. | closeWindow | fired when a window is unmapped | `PHLWINDOW` | ✕ | | windowUpdateRules | fired when a window's rules are updated | `PHLWINDOW` | ✕ | | urgent | fired when a window requests urgent | `PHLWINDOW` | ✕ | -| minimize | fired when a window requests a minimize status change. Second param is 1 or 0 | `std::vector{PHLWINDOW, int64_t}` | ✕ | | monitorAdded | fired when a monitor is plugged in | `CMonitor*` | ✕ | | monitorRemoved | fired when a monitor is unplugged | `CMonitor*` | ✕ | | createWorkspace | fired when a workspace is created | `PHLWORKSPACE` | ✕ |