stash dir into conf since it'll be of use

This commit is contained in:
okan
2017-12-07 15:47:14 +00:00
parent 0d76265e23
commit b06ddae624
3 changed files with 6 additions and 7 deletions

2
conf.c
View File

@@ -297,7 +297,7 @@ conf_init(struct conf *c)
conf_cmd_add(c, "term", "xterm");
(void)snprintf(c->known_hosts, sizeof(c->known_hosts), "%s/%s",
homedir, ".ssh/known_hosts");
c->homedir, ".ssh/known_hosts");
c->font = xstrdup("sans-serif:pixelsize=14:bold");
c->wmname = xstrdup("CWM");