Fair enough .... But "allowing this" to happen means there are a (possible) million cases where we need to do this again ...
Simply wondering "Is there Not a Better Way ?" dh On 30/01/14 17:52, Michael Blumenkrantz wrote: > Except that they can't be added generically, which is the entire reason why > specific matches exist. > > On Thu, 30 Jan 2014 17:49:14 +0000 > Chris Michael <[email protected]> wrote: > >> IMO, would make more sense to add them Generically based on window type >> or class or something.... >> >> To add them based on app name or something is sheer sillines... >> >> dh >> >> On 30/01/14 17:12, Mike Blumenkrantz wrote: >>> discomfitor pushed a commit to branch master. >>> >>> http://git.enlightenment.org/core/enlightenment.git/commit/?id=5c5a89bfecc85a86d2d17b92f6743a0dabe0820b >>> >>> commit 5c5a89bfecc85a86d2d17b92f6743a0dabe0820b >>> Author: Mike Blumenkrantz <[email protected]> >>> Date: Thu Jan 30 10:45:46 2014 -0500 >>> >>> add default comp match for geany autocompete window >>> >>> given that we're compositing-only now, we should be adding more of >>> these for common apps to improve the user experience on a base configuration >>> --- >>> src/bin/e_comp_cfdata.c | 7 +++++++ >>> 1 file changed, 7 insertions(+) >>> >>> diff --git a/src/bin/e_comp_cfdata.c b/src/bin/e_comp_cfdata.c >>> index c2bd566..428e54c 100644 >>> --- a/src/bin/e_comp_cfdata.c >>> +++ b/src/bin/e_comp_cfdata.c >>> @@ -170,6 +170,13 @@ e_comp_cfdata_config_new(void) >>> >>> mat = E_NEW(E_Comp_Match, 1); >>> cfg->match.overrides = eina_list_append(cfg->match.overrides, mat); >>> + mat->name = eina_stringshare_add("geany"); >>> + mat->clas = eina_stringshare_add("Geany"); >>> + mat->primary_type = E_WINDOW_TYPE_NORMAL; >>> + mat->shadow_style = eina_stringshare_add("still"); >>> + >>> + mat = E_NEW(E_Comp_Match, 1); >>> + cfg->match.overrides = eina_list_append(cfg->match.overrides, mat); >>> mat->shadow_style = eina_stringshare_add("popup"); >>> >>> cfg->match.menus = NULL; >>> >> > ------------------------------------------------------------------------------ WatchGuard Dimension instantly turns raw network data into actionable security intelligence. It gives you real-time visual feedback on key security issues and trends. Skip the complicated setup - simply import a virtual appliance and go from zero to informed in seconds. http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
