diff --git a/src/backend/wayland.c b/src/backend/wayland.c index e0b0e39..ba36212 100644 --- a/src/backend/wayland.c +++ b/src/backend/wayland.c @@ -510,7 +510,7 @@ static void setup_toplevel(MwLL r, int x, int y) { xdg_toplevel_add_listener(r->wayland.toplevel->xdg_top_level, &r->wayland.toplevel->xdg_toplevel_listener, r); - xdg_toplevel_set_title(r->wayland.toplevel->xdg_top_level, "Milsko Wayland App"); + xdg_toplevel_set_title(r->wayland.toplevel->xdg_top_level, "Milsko App"); xdg_toplevel_set_app_id(r->wayland.toplevel->xdg_top_level, "MilskoWaylandApp"); // Perform the initial commit and wait for the first configure event