Skip to content

Commit

Permalink
add pin events
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Mar 18, 2024
1 parent 74e0aae commit 0b87f46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pages/IPC/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ e.g.: `workspace>>2`
| ignoregrouplock | emitted when `ignoregrouplock` is toggled. | `0/1` |
| lockgroups | emitted when `lockgroups` is toggled. | `0/1` |
| configreloaded | emitted when the config is done reloading | empty |
| pin | emitted when a window is pinned or unpinned | `WINDOWADDRESS,PINSTATE` |

{{< callout type=warning >}}

Expand Down
1 change: 1 addition & 0 deletions pages/Plugins/Development/Event-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ M: means std::unordered_map<std::string, std::any> following props are members.
| configReloaded | emitted after the config is reloaded | nullptr ||
| preConfigReload | emitted before a config reload | nullptr ||
| keyPress | emitted on a key press | M: `event`:`wlr_keyboard_key_event*`, `keyboard`:`SKeyboard*` ||
| pin | emitted when a window is pinned or unpinned | CWindow* ||

0 comments on commit 0b87f46

Please sign in to comment.