aewl

diff config.default.h @ 674:5d79c351e30a

implemented nmaster appearance in mode label (using %u)
author Anselm R. Garbe <arg@suckless.org>
date Mon, 08 Jan 2007 17:33:24 +0100
parents 3a5910fac3cc
children 7672a1041218
line diff
     1.1 --- a/config.default.h	Mon Jan 08 13:01:37 2007 +0100
     1.2 +++ b/config.default.h	Mon Jan 08 17:33:24 2007 +0100
     1.3 @@ -7,7 +7,7 @@
     1.4  
     1.5  #define DEFMODE			dotile /* dofloat */
     1.6  #define FLOATSYMBOL		"><>"
     1.7 -#define TILESYMBOL		"[]="
     1.8 +#define TILESYMBOL		"[%u]="
     1.9  
    1.10  #define FONT			"-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*"
    1.11  #define NORMBGCOLOR		"#333366"