From 51ff6ea0338909ffdb2cdad39cb4679620b48cad Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sat, 29 Jul 2023 18:18:33 +0300 Subject: [PATCH] test --- config/dwm/config.def.h | 1 + 1 file changed, 1 insertion(+) 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) */