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) */