aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.def.h4
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 },
};