e - fix config and don't set ELM_PROFILE as this breaks per scr profiles

elm wont switch profile on the fly if ELM_PROFILE is set this is
considered a custom override thus it stops working... so don't set it
- the elm config files should contain the right profiles to use.
This commit is contained in:
Carsten Haitzler 2018-07-25 00:06:02 +09:00
parent d28c4593a9
commit 986edaf484
1 changed files with 0 additions and 1 deletions

View File

@ -875,7 +875,6 @@ e_config_init(void)
if (!getenv("E_CONF_PROFILE"))
e_util_env_set("E_CONF_PROFILE", _e_config_profile);
}
e_util_env_set("ELM_PROFILE", _e_config_profile);
_e_config_bindings_mouse_edd = E_CONFIG_DD_NEW("E_Config_Binding_Mouse",
E_Config_Binding_Mouse);