config.arg.h
changeset 376 201acf925788
parent 370 615b8b2e9457
child 377 b1159a638d0a
equal deleted inserted replaced
375:71e7b272f3d7 376:201acf925788
     2  * (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
     2  * (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
     3  * See LICENSE file for license details.
     3  * See LICENSE file for license details.
     4  */
     4  */
     5 
     5 
     6 #define TAGS \
     6 #define TAGS \
     7 const char *tags[] = { "work", "net", "fnord", NULL };
     7 const char *tags[] = { "dev", "work", "net", "fnord", NULL };
     8 
     8 
     9 #define DEFMODE			dotile /* dofloat */
     9 #define DEFMODE			dotile /* dofloat */
    10 #define FLOATSYMBOL		"><>"
    10 #define FLOATSYMBOL		"><>"
    11 #define TILESYMBOL		"[]="
    11 #define TILESYMBOL		"[]="
    12 
    12