config.default.h
changeset 182 7636f51e737f
parent 179 621222b67c3b
child 189 523df4a3c1c4
equal deleted inserted replaced
181:03cb4cc41818 182:7636f51e737f
    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 tag2[] = { 2 }; \
    51 	const unsigned int two[] = { 2 }; \
    52 static Rule rule[] = { \
    52 static Rule rule[] = { \
    53 	/* class:instance	tags		isfloat */ \
    53 	/* class:instance	tags		isfloat */ \
    54 	{ "Firefox.*",		tag2,	False }, \
    54 	{ "Firefox.*",		two,	False }, \
    55 	{ "Gimp.*",		NULL,		True}, \
    55 	{ "Gimp.*",		NULL,		True}, \
    56 };
    56 };