From 5ffe172aacbd620b11d77db220973015f9e7dcc4 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 31 Jul 2023 22:24:51 +0300 Subject: [PATCH] quick rule --- 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 43dd82bc..3c85a130 100644 --- a/config/dwm/config.def.h +++ b/config/dwm/config.def.h @@ -55,6 +55,7 @@ static const Rule rules[] = { { "Gimp", NULL, NULL, 0, 1, -1 }, { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, { "discord", NULL, NULL, 1 << 2, 0, -1 }, + { ".blueman-manager-wrapped", NULL, NULL, 0, 1, -1}, }; /* layout(s) */