ssd: add application title to title bar

This commit is contained in:
Johan Malm 2021-08-07 09:35:53 +01:00
parent 5ecf0e1e7e
commit f857aea8f4
7 changed files with 55 additions and 7 deletions

View file

@ -173,5 +173,6 @@ view_update_title(struct view *view)
if (!view->toplevel_handle || !title) {
return;
}
ssd_update_title(view);
wlr_foreign_toplevel_handle_v1_set_title(view->toplevel_handle, title);
}