diff options
author | sinanmohd <sinan@firemail.cc> | 2023-04-01 21:49:21 +0530 |
---|---|---|
committer | sinanmohd <sinan@firemail.cc> | 2023-04-01 21:49:32 +0530 |
commit | ab7a170f3f79b1f3afb8002ced4fbfd5aef84d69 (patch) | |
tree | 62019d3634de74c5895ad19fa14f602b1631262d | |
parent | 0bb090f3bca30b4658a2acefc1c03c0da4275ebc (diff) |
swallow: exclude wev
-rw-r--r-- | config.def.h | 4 |
1 files changed, 1 insertions, 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 }, }; |