Cosmetic & typo #2

This commit is contained in:
Martin Duquesnoy 2008-11-19 17:09:52 +01:00
parent c49ef0524d
commit 8d0fb5948f
3 changed files with 3 additions and 2 deletions

View File

@ -399,7 +399,7 @@ init_conf(void)
conf.client.mouse = emalloc(conf.client.nmouse, sizeof(MouseBinding));
mouse_section(conf.client.mouse, cfg_client, conf.client.nmouse);
/* titlebar (in client) */
/* titlebar (into the client section) */
cfgtmp = cfg_getsec(cfg_client, "titlebar");
conf.titlebar.height = cfg_getint(cfgtmp, "height");
conf.titlebar.fg = var_to_str(cfg_getstr(cfgtmp, "fg"));

View File

@ -138,6 +138,7 @@ init_atom(void)
XChangeProperty(dpy, root, net_atom[NetSupported], XA_ATOM, 32,
PropModeReplace, (unsigned char *) net_atom, NetLast);
return;
}

2
wmfsrc
View File

@ -43,7 +43,7 @@ tags
border = "#3F485E"
border_width = 2
tag { name = "one" mwfact = 0.65 nmaster = 1 layout = "tile" resizehint = false }
tag { name = "one" mwfact = 0.65 nmaster = 1 layout = "tile_right" resizehint = false }
tag { name = "two" }
tag { name = "three" }
tag { name = "four" }