Renamed to pango_markup

This commit is contained in:
Mykyta Holubakha 2016-04-24 20:35:21 +03:00
parent ee4e245f16
commit 0f1cfdec61
9 changed files with 18 additions and 18 deletions

View file

@ -46,7 +46,7 @@ char *parse_font(const char *font) {
struct config *init_config() {
struct config *config = calloc(1, sizeof(struct config));
config->status_command = NULL;
config->plaintext_markup = true;
config->pango_markup = true;
config->position = DESKTOP_SHELL_PANEL_POSITION_BOTTOM;
config->font = strdup("monospace 10");
config->mode = NULL;