start discord on 2

This commit is contained in:
Zynh Ludwig 2024-12-13 04:45:27 -08:00
parent dc6f1cab59
commit 7d25c6650d

View file

@ -31,7 +31,7 @@ static const Rule rules[] = {
/* app_id title tags mask isfloating monitor */ /* app_id title tags mask isfloating monitor */
/* examples: */ /* examples: */
{ "Gimp_EXAMPLE", NULL, 0, 1, -1 }, /* Start on currently visible tags floating, not tiled */ { "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) */ /* layout(s) */