config.arg.h
changeset 786 d9198e713310
parent 785 179a71394e49
child 787 9728e9e85f93
equal deleted inserted replaced
785:179a71394e49 786:d9198e713310
    87 	{ MODKEY|ShiftMask,		XK_q,		quit,		{ 0 } }, \
    87 	{ MODKEY|ShiftMask,		XK_q,		quit,		{ 0 } }, \
    88 };
    88 };
    89 
    89 
    90 #define RULES \
    90 #define RULES \
    91 static Rule rule[] = { \
    91 static Rule rule[] = { \
    92 	/* class:instance:title regex	tags regex	versatile */ \
    92 	/* class:instance:title regex	tags regex	isversatile */ \
    93 	{ "Firefox",			"3",		False }, \
    93 	{ "Firefox",			"3",		False }, \
    94 	{ "Gimp",			NULL,		True }, \
    94 	{ "Gimp",			NULL,		True }, \
    95 	{ "MPlayer",			NULL,		True }, \
    95 	{ "MPlayer",			NULL,		True }, \
    96 	{ "Acroread",			NULL,		True }, \
    96 	{ "Acroread",			NULL,		True }, \
    97 };
    97 };