From b169e94d3695d38f027be5b3aaa3dd19f71d3961 Mon Sep 17 00:00:00 2001 From: Tobias Berger Date: Fri, 12 Jan 2024 22:04:55 +0100 Subject: [PATCH] set up more Rules --- config.def.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 0b4e9ff..200faa7 100644 --- a/config.def.h +++ b/config.def.h @@ -34,7 +34,8 @@ static const Rule rules[] = { /* examples: { "Gimp", NULL, 0, 1, -1 }, */ - { "firefox", NULL, 1 << 8, 0, -1 }, + { "todoodoo", NULL, 1 << 1, 0, 1 }, + { "firefox", NULL, 1 << 8, 0, 0 }, }; /* layout(s) */