remove gimp from special treatment

This commit is contained in:
gutmet 2022-01-11 15:36:08 +01:00
parent de1e77edab
commit f5b63f1fd4

View File

@ -33,7 +33,6 @@ static const Rule rules[] = {
* WM_NAME(STRING) = title * WM_NAME(STRING) = title
*/ */
/* class instance title tags mask isfloating isterminal noswallow monitor */ /* class instance title tags mask isfloating isterminal noswallow monitor */
{ "Gimp", NULL, NULL, 0, 1, 0, 0, -1 },
{ "st-256color", NULL, NULL, 0, 0, 1, 0, -1 }, { "st-256color", NULL, NULL, 0, 0, 1, 0, -1 },
{ "Pcmanfm", NULL, NULL, 0, 0, 1, 0, -1 }, { "Pcmanfm", NULL, NULL, 0, 0, 1, 0, -1 },
}; };