From f8be5cc530544c3a2ad100c95e9a59ab1ac05e7c Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Tue, 16 Nov 2021 04:51:10 +0500 Subject: [PATCH] Remove rule (floating) for "GIMP" --- config.def.h | 1 - 1 file changed, 1 deletion(-) diff --git a/config.def.h b/config.def.h index 3a5844b..f678f4b 100644 --- a/config.def.h +++ b/config.def.h @@ -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 };