aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorDevin J. Pohly <djpohly@gmail.com>2020-08-14 10:20:18 -0500
committerDevin J. Pohly <djpohly@gmail.com>2020-08-14 10:20:18 -0500
commitf7fae6447b9f92a960cffa36e35e39b00a716cb7 (patch)
tree1eb3ad6dfa2c793ca46e270d68f144a02e869c29 /config.def.h
parent245c3638ae222156ae2f4496d3f7b8d49fcdcabf (diff)
make rule examples a comment
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index f605d7b..5f26c3e 100644
--- a/config.def.h
+++ b/config.def.h
@@ -10,8 +10,10 @@ static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
static const Rule rules[] = {
/* app_id title tags mask isfloating monitor */
+ /* examples:
{ "Gimp", NULL, 0, 1, -1 },
{ "firefox", NULL, 1 << 8, 0, -1 },
+ */
};
/* layout(s) */