Skip to content

Commit

Permalink
ipc: add focusedmonv2 (#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
davc0n authored Jan 3, 2025
1 parent 2115e24 commit f5fdf3e
Showing 1 changed file with 1 addition 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 @@ -35,6 +35,7 @@ e.g.: `workspace>>2`
| workspace | emitted on workspace change. Is emitted ONLY when a user requests a workspace change, and is not emitted on mouse movements (see `focusedmon`) | `WORKSPACENAME` |
| workspacev2 | emitted on workspace change. Is emitted ONLY when a user requests a workspace change, and is not emitted on mouse movements (see `focusedmon`) | `WORKSPACEID,WORKSPACENAME` |
| focusedmon | emitted on the active monitor being changed. | `MONNAME,WORKSPACENAME` |
| focusedmonv2 | emitted on the active monitor being changed. | `MONNAME,WORKSPACEID` |
| activewindow | emitted on the active window being changed. | `WINDOWCLASS,WINDOWTITLE` |
| activewindowv2 | emitted on the active window being changed. | `WINDOWADDRESS` |
| fullscreen | emitted when a fullscreen status of a window changes. | `0/1` (exit fullscreen / enter fullscreen) |
Expand Down

0 comments on commit f5fdf3e

Please sign in to comment.