From 528ea733bc0b90606c02bec573289e3c773b8448 Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Thu, 8 Apr 2021 19:40:17 -0400 Subject: [PATCH] [dwm] Remove gimp floating rule --- suckless/dwm/config.def.h | 1 - 1 file changed, 1 deletion(-) diff --git a/suckless/dwm/config.def.h b/suckless/dwm/config.def.h index 5b4e0d0..a4f6c7a 100644 --- a/suckless/dwm/config.def.h +++ b/suckless/dwm/config.def.h @@ -45,7 +45,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 }, { "Firefox", NULL, NULL, 1 << 8, 0, 0, -1, -1 }, { "st", NULL, NULL, 0, 0, 1, 0, -1 }, { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */