From 8421c1c8a05f646153c790ef3700409c6902c722 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sat, 29 Jul 2023 18:21:38 +0300 Subject: [PATCH] we --- config/dwm/config.def.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/dwm/config.def.h b/config/dwm/config.def.h index 8b5c3caa..dda4376d 100644 --- a/config/dwm/config.def.h +++ b/config/dwm/config.def.h @@ -33,6 +33,7 @@ static const char *const autostart[] = { "blueman-applet", NULL, "keepassxc", NULL, "flameshot", NULL, + "discord", NULL, NULL /* terminate */ }; @@ -48,7 +49,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 }, + { "discord", NULL, NULL, 1 << 2, 0, -1 }, }; /* layout(s) */