Skip to content

Commit

Permalink
applied Tony Lainson's config.def.h patch
Browse files Browse the repository at this point in the history
  • Loading branch information
garbeam committed Sep 15, 2009
1 parent b421497 commit 1bf6125
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config.def.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ static const Rule rules[] = {

/* layout(s) */
static const float mfact = 0.55; /* factor of master area size [0.05..0.95] */
static const Bool resizehints = True; /* False means respect size hints in tiled resizals */
static const Bool resizehints = True; /* True means respect size hints in tiled resizals */

static const Layout layouts[] = {
/* symbol arrange function */
Expand Down Expand Up @@ -84,8 +84,7 @@ static Key keys[] = {
};

/* button definitions */
/* click can be a tag number (starting at 0),
* ClkLtSymbol, ClkStatusText, ClkWinTitle, ClkClientWin, or ClkRootWin */
/* click can be ClkLtSymbol, ClkStatusText, ClkWinTitle, ClkClientWin, or ClkRootWin */
static Button buttons[] = {
/* click event mask button function argument */
{ ClkLtSymbol, 0, Button1, setlayout, {0} },
Expand Down

0 comments on commit 1bf6125

Please sign in to comment.