Stash wmname into conf.

This commit is contained in:
okan
2016-10-05 13:10:59 +00:00
parent a37606c63f
commit d40820d3f3
3 changed files with 5 additions and 3 deletions

2
conf.c
View File

@@ -283,6 +283,7 @@ conf_init(struct conf *c)
homedir, ".ssh/known_hosts");
c->font = xstrdup("sans-serif:pixelsize=14:bold");
c->wmname = xstrdup("CWM");
}
void
@@ -327,6 +328,7 @@ conf_clear(struct conf *c)
free(c->color[i]);
free(c->font);
free(c->wmname);
}
void