From ae2ce1b529e4d0e6305afd64ea962d9bcafd1da3 Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Sat, 13 Jan 2024 15:54:01 +0100 Subject: [PATCH] make brave popout float --- config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.h b/config.h index 5a344e9..5c68af3 100644 --- a/config.h +++ b/config.h @@ -67,6 +67,7 @@ static const Rule rules[] = { { "Xournalpp", "xournalpp", NULL, 0, 0, 0, 0, -1, 0, 0, 0, 0, -1 }, { "Zathura", "org.pwmt.zathura", NULL, 0, 0, 0, 0, -1, 0, 0, 0, 0, -1 }, { NULL, "st", NULL, 0, 0, 0, 1, 0, 0, 0, 0, 0, -1 }, + { "Brave-browser", NULL, "Bitwarden", 0, 0, 1, 0, 0, .5, .5, .4, .8, -1 }, { "Qalculate-gtk", NULL, NULL, 'q', 0, 1, 0, 0, .5, .5, 722, 512, -1 }, { NULL, "sphelp", NULL, 'n', 0, 1, 0, 0, .5, .5, .4, .8, -1 }, { NULL, "spterm", NULL, 't', 0, 1, 1, 0, .5, .5, .8, .8, -1 },