diff --git a/config/dwm/config.def.h b/config/dwm/config.def.h index 1b947dff..8b5c3caa 100644 --- a/config/dwm/config.def.h +++ b/config/dwm/config.def.h @@ -48,6 +48,7 @@ static const Rule rules[] = { /* class instance title tags mask isfloating monitor */ { "Gimp", NULL, NULL, 0, 1, -1 }, { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, + { "discord", NULL, NULL, 1 << 3, 0, -1 }, }; /* layout(s) */