mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
socket2: add renameWorkspace event
This commit is contained in:
parent
e84dd25d99
commit
2a2db2f917
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ e.g.: `workspace>>2`
|
||||||
| createworkspace | emitted when a workspace is created | `WORKSPACENAME` |
|
| createworkspace | emitted when a workspace is created | `WORKSPACENAME` |
|
||||||
| destroyworkspace | emitted when a workspace is destroyed | `WORKSPACENAME` |
|
| destroyworkspace | emitted when a workspace is destroyed | `WORKSPACENAME` |
|
||||||
| moveworkspace | emitted when a workspace is moved to a different monitor | `WORKSPACENAME,MONNAME` |
|
| moveworkspace | emitted when a workspace is moved to a different monitor | `WORKSPACENAME,MONNAME` |
|
||||||
|
| renameworkspace | emitted when a workspace is renamed | `WORKSPACEID,NEWNAME` |
|
||||||
| activespecial | emitted when the special workspace opened in a monitor changes (closing results in an empty `WORKSPACENAME`) | `WORKSPACENAME,MONNAME` |
|
| activespecial | emitted when the special workspace opened in a monitor changes (closing results in an empty `WORKSPACENAME`) | `WORKSPACENAME,MONNAME` |
|
||||||
| activelayout | emitted on a layout change of the active keyboard | `KEYBOARDNAME,LAYOUTNAME` |
|
| activelayout | emitted on a layout change of the active keyboard | `KEYBOARDNAME,LAYOUTNAME` |
|
||||||
| openwindow | emitted when a window is opened | `WINDOWADDRESS`,`WORKSPACENAME`,`WINDOWCLASS`,`WINDOWTITLE` |
|
| openwindow | emitted when a window is opened | `WINDOWADDRESS`,`WORKSPACENAME`,`WINDOWCLASS`,`WINDOWTITLE` |
|
||||||
|
|
Loading…
Reference in a new issue