Remove rule (floating) for "GIMP"

This commit is contained in:
Alex Kotov 2021-11-16 04:51:10 +05:00
parent 2fa068dfe9
commit f8be5cc530
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ static const Rule rules[] = {
* WM_NAME(STRING) = title
*/
/* class, instance, title, tags mask, isfloating, isterminal, noswallow, monitor */
{ "Gimp", NULL, NULL, 0, 1, 0, 0, -1 },
{ "ptterm", NULL, NULL, 0, 0, 1, 0, -1 },
{ NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, // xev
};