Cosmetic & typo #2
This commit is contained in:
parent
c49ef0524d
commit
8d0fb5948f
@ -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"));
|
||||
|
||||
@ -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
2
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" }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user