diff options
| author | Anselm R Garbe <[email protected]> | 2008-08-18 09:11:15 +0100 |
|---|---|---|
| committer | Anselm R Garbe <[email protected]> | 2008-08-18 09:11:15 +0100 |
| commit | 051a404b66dfa4f87f98411da61320a93a146ec8 (patch) | |
| tree | fa7d3aafcd21696f4b77cf4a468a3232a374ed63 /config.def.h | |
| parent | added some comments regarding FAQ about s{x,y,w,h}, w{x,y,w,h}, b{y,h,lw} (diff) | |
| download | seiwm-051a404b66dfa4f87f98411da61320a93a146ec8.tar.xz seiwm-051a404b66dfa4f87f98411da61320a93a146ec8.zip | |
added a comment about FAQ regarding mfact meaning
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index aafff8a..e45faef 100644 --- a/config.def.h +++ b/config.def.h @@ -24,7 +24,7 @@ static Rule rules[] = { }; /* layout(s) */ -static float mfact = 0.55; +static float mfact = 0.55; /* factor of master area size [0.05..0.95] */ static Bool resizehints = True; /* False means respect size hints in tiled resizals */ static Layout layouts[] = { |