sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 4f8f363dda2495810e419be6e79c3869bb7f17d8
parent dd1d6255f0e558f2d62e03f701440a57f65254b2
Author: Ian Fan <ianfan0@gmail.com>
Date:   Fri, 13 Jul 2018 17:19:16 +0100

ipc: add window::title event

Diffstat:
Msway/tree/view.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/sway/tree/view.c b/sway/tree/view.c @@ -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,