Skip to content

Commit

Permalink
nuke minimize
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Sep 23, 2024
1 parent 461e84a commit c6b2308
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pages/IPC/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
1 change: 0 additions & 1 deletion pages/Plugins/Development/Event-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<std::any>{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` ||
Expand Down

0 comments on commit c6b2308

Please sign in to comment.