renamed ARRANGE into DEFMODE
This commit is contained in:
parent
d8675f6f30
commit
ab7a11c0c7
3 changed files with 3 additions and 4 deletions
|
@ -4,8 +4,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
enum { Tfnord, Tdev, Tnet, Twork, Tmisc, TLast };
|
enum { Tfnord, Tdev, Tnet, Twork, Tmisc, TLast };
|
||||||
|
#define DEFMODE dotile /* dofloat */
|
||||||
#define ARRANGE dotile /* dofloat */
|
|
||||||
#define DEFTAG Tdev
|
#define DEFTAG Tdev
|
||||||
#define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*"
|
#define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*"
|
||||||
#define BGCOLOR "#0a2c2d"
|
#define BGCOLOR "#0a2c2d"
|
||||||
|
|
2
config.h
2
config.h
|
@ -4,8 +4,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
enum { Tfnord, Tdev, Tnet, Twork, Tmisc, TLast };
|
enum { Tfnord, Tdev, Tnet, Twork, Tmisc, TLast };
|
||||||
|
#define DEFMODE dotile /* dofloat */
|
||||||
#define DEFTAG Tdev
|
#define DEFTAG Tdev
|
||||||
#define ARRANGE dotile /* dofloat */
|
|
||||||
#define FONT "fixed"
|
#define FONT "fixed"
|
||||||
#define BGCOLOR "#666699"
|
#define BGCOLOR "#666699"
|
||||||
#define FGCOLOR "#eeeeee"
|
#define FGCOLOR "#eeeeee"
|
||||||
|
|
2
tag.c
2
tag.c
|
@ -21,7 +21,7 @@ typedef struct {
|
||||||
TAGS
|
TAGS
|
||||||
RULES
|
RULES
|
||||||
|
|
||||||
void (*arrange)(Arg *) = ARRANGE;
|
void (*arrange)(Arg *) = DEFMODE;
|
||||||
|
|
||||||
/* extern */
|
/* extern */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue