config.default.h
changeset 179 621222b67c3b
parent 178 e848966a1ac6
child 182 7636f51e737f
equal deleted inserted replaced
178:e848966a1ac6 179:621222b67c3b
    46 	{ MODKEY|ShiftMask,	XK_q,		quit,		{ 0 } }, \
    46 	{ MODKEY|ShiftMask,	XK_q,		quit,		{ 0 } }, \
    47 	{ MODKEY|ShiftMask,	XK_Return,	spawn,		{ .argv = term } }, \
    47 	{ MODKEY|ShiftMask,	XK_Return,	spawn,		{ .argv = term } }, \
    48 };
    48 };
    49 
    49 
    50 #define RULES \
    50 #define RULES \
    51 	const unsigned int firefox[] = { 2 }; \
    51 	const unsigned int tag2[] = { 2 }; \
    52 static Rule rule[] = { \
    52 static Rule rule[] = { \
    53 	/* class:instance	tags		isfloat */ \
    53 	/* class:instance	tags		isfloat */ \
    54 	{ "Firefox.*",		firefox,	False }, \
    54 	{ "Firefox.*",		tag2,	False }, \
    55 	{ "Gimp.*",		NULL,		True}, \
    55 	{ "Gimp.*",		NULL,		True}, \
    56 };
    56 };