diff --git a/src/config.c b/src/config.c index ff8399d..7696088 100644 --- a/src/config.c +++ b/src/config.c @@ -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")); diff --git a/src/init.c b/src/init.c index 3072db8..5a58ecc 100644 --- a/src/init.c +++ b/src/init.c @@ -138,6 +138,7 @@ init_atom(void) XChangeProperty(dpy, root, net_atom[NetSupported], XA_ATOM, 32, PropModeReplace, (unsigned char *) net_atom, NetLast); + return; } diff --git a/wmfsrc b/wmfsrc index 74595f9..ee6ad27 100644 --- a/wmfsrc +++ b/wmfsrc @@ -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" }