From 653826572d5dfe36fc567b2fdce7ef5d9ad0bfbc Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Wed, 10 Jan 2007 12:54:23 +0100 Subject: added comment to %u in config.default.h, added Button{4.5} support on mode label --- config.default.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.default.h') diff --git a/config.default.h b/config.default.h index 174be3f..73dc489 100644 --- a/config.default.h +++ b/config.default.h @@ -5,9 +5,9 @@ #define TAGS \ const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", NULL }; -#define DEFMODE dotile /* dofloat */ +#define DEFMODE dotile /* dofloat */ #define FLOATSYMBOL "><>" -#define TILESYMBOL "[%u]=" +#define TILESYMBOL "[%u]=" /* %u is replaced with nmaster */ #define FONT "-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*" #define NORMBGCOLOR "#333366" -- cgit v1.2.3-54-g00ecf