From ab7a170f3f79b1f3afb8002ced4fbfd5aef84d69 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sat, 1 Apr 2023 21:49:21 +0530 Subject: swallow: exclude wev --- config.def.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config.def.h b/config.def.h index 22a29d7..8d8509f 100644 --- a/config.def.h +++ b/config.def.h @@ -13,9 +13,7 @@ static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; static const Rule rules[] = { /* app_id title tags mask isfloating isterm noswallow monitor */ - /* examples: - { "Gimp", NULL, 0, 1, 0, 1, -1 }, - */ + { "wev", NULL, 0, 0, 0, 1, -1 }, { "foot", NULL, 0, 0, 1, 0, -1 }, { "firefox", NULL, 1 << 8, 0, 0, 1, -1 }, }; -- cgit v1.2.3