Skip to content

Commit

Permalink
ipc: document monitoraddedv2 (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
spikespaz authored Feb 15, 2024
1 parent fa4e26c commit 259d7a7
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`
| fullscreen | emitted when a fullscreen status of a window changes. | `0/1` (exit fullscreen / enter fullscreen) |
| monitorremoved | emitted when a monitor is removed (disconnected) | `MONITORNAME` |
| monitoradded | emitted when a monitor is added (connected) | `MONITORNAME` |
| monitoraddedv2 | emitted when a monitor is added (connected) | `MONITORID,MONITORNAME,MONITORDESCRIPTION` |
| createworkspace | emitted when a workspace is created | `WORKSPACENAME` |
| destroyworkspace | emitted when a workspace is destroyed | `WORKSPACENAME` |
| moveworkspace | emitted when a workspace is moved to a different monitor | `WORKSPACENAME,MONNAME` |
Expand Down

0 comments on commit 259d7a7

Please sign in to comment.