From 1df76c9893e6314cbea6d112a5d6ad35a99ee7fb Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sun, 12 Mar 2023 08:33:17 +0530 Subject: swallow: specify window rule for terminal --- config.def.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.def.h b/config.def.h index 46b6459..4863daa 100644 --- a/config.def.h +++ b/config.def.h @@ -16,6 +16,7 @@ static const Rule rules[] = { /* examples: { "Gimp", NULL, 0, 1, 0, 1, -1 }, */ + { "foot", NULL, 0, 0, 1, 0, -1 }, { "firefox", NULL, 1 << 8, 0, 0, 1, -1 }, }; -- cgit v1.2.3