--- example/wm.c.orig +++ example/wm.c @@ -43,7 +43,7 @@ struct window struct wl_list link; }; -static const char * terminal_command[] = { "st-wl", NULL }; +static const char * terminal_command[] = { "weston-terminal", NULL }; static const char * dmenu_command[] = { "dmenu_run-wl", NULL }; static const uint32_t border_width = 1; static const uint32_t border_color_active = 0xff333388;