From 7d25c6650de373c7dfddf17b331568060abfd414 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Fri, 13 Dec 2024 04:45:27 -0800 Subject: [PATCH] start discord on 2 --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index fe64337..0054358 100644 --- a/config.def.h +++ b/config.def.h @@ -31,7 +31,7 @@ static const Rule rules[] = { /* app_id title tags mask isfloating monitor */ /* examples: */ { "Gimp_EXAMPLE", NULL, 0, 1, -1 }, /* Start on currently visible tags floating, not tiled */ - { "firefox_EXAMPLE", NULL, 1 << 8, 0, -1 }, /* Start on ONLY tag "9" */ + { "discord", NULL, 1 << 1, 0, 1 }, /* Start on ONLY tag "9" */ }; /* layout(s) */