You mean - so you can force the filter module to use a specific menu item in all cases?
I can add this as a config option for the next release - in the meantime you can change the code as follows.  Edit the file modules/mod_easylayoutfilter/tmpl/default.php and change lines 32-28 from 
		if (JFactory::getApplication()->input->get("option")!="com_content" 
			|| !(JFactory::getApplication()->input->get("view")=="featured" || 
				(JFactory::getApplication()->input->get("view")=="category" && JFactory::getApplication()->input->get("layout")=="blog"))
			)
		{
			$action = JRoute::_("index.php?Itemid=" . $Itemid);
		}
to 
			$action = JRoute::_("index.php?Itemid=" . $Itemid);