Skip to content

Commit

Permalink
Add changes regarding the topbar
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-mcintosh committed Nov 6, 2012
1 parent 9d18f65 commit c20c189
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions config.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,17 @@ static const Layout layouts[] = {
/* tagging */
static const Tag tags[] = {
/* name layout mfact nmaster*/
{ "", &layouts[3], -1, -1 },
{ "", &layouts[3], -1, -1 },
// { "", &layouts[3], -1, -1 },
// { "", &layouts[3], -1, -1 },
// { "", &layouts[0], 0.8, -1 },
// { "", &layouts[3], -1, -1 },
// { "", &layouts[3], -1, -1 },
/* */
{ "1", &layouts[3], -1, -1 },
{ "2", &layouts[3], -1, -1 },
{ "", &layouts[0], 0.8, -1 },
{ "", &layouts[3], -1, -1 },
{ "", &layouts[3], -1, -1 },
{ "5", &layouts[3], -1, -1 },
};

static const Rule rules[] = {
Expand Down

0 comments on commit c20c189

Please sign in to comment.