mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2024-12-28 22:23:42 +01:00
ipc: add window::title event
This commit is contained in:
parent
dd1d6255f0
commit
4f8f363dda
1 changed files with 2 additions and 0 deletions
|
@ -864,6 +864,8 @@ void view_update_title(struct sway_view *view, bool force) {
|
|||
|
||||
// Update title after the global font height is updated
|
||||
container_update_title_textures(view->swayc);
|
||||
|
||||
ipc_event_window(view->swayc, "title");
|
||||
}
|
||||
|
||||
static bool find_by_mark_iterator(struct sway_container *con,
|
||||
|
|
Loading…
Reference in a new issue