- Code: Select all
/* tagging */
static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
static const Rule rules[] = {
/* class instance title tags mask isfloating monitor */
{ "Gimp", NULL, NULL, 0, True, -1 },
{ "Firefox", NULL, NULL, 1 << 8, False, -1 },
};
Where are the classes "Gimp" and "Firefox" defined? Or does this work in a way that each executable named Gimp or Firefox will match?
In addition, what are the characteristics of programs which do not work (well) with tiling window managers? Are there many of such programs and is it a frequent problem when using tiling window manager on a daily basis?