mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-15 01:35:58 +01:00
IPC: change all instances of activemon to focusedmon (#865)
This commit is contained in:
parent
5b015379f1
commit
edd2fc0353
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ e.g.: `workspace>>2`
|
|||
|
||||
| name | description | data |
|
||||
| --- | --- | --- |
|
||||
| workspace | emitted on workspace change. Is emitted ONLY when a user requests a workspace change, and is not emitted on mouse movements (see `activemon`) | `WORKSPACENAME` |
|
||||
| workspacev2 | emitted on workspace change. Is emitted ONLY when a user requests a workspace change, and is not emitted on mouse movements (see `activemon`) | `WORKSPACEID,WORKSPACENAME` |
|
||||
| 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` |
|
||||
| activewindow | emitted on the active window being changed. | `WINDOWCLASS,WINDOWTITLE` |
|
||||
| activewindowv2 | emitted on the active window being changed. | `WINDOWADDRESS` |
|
||||
|
|
Loading…
Reference in a new issue