From 8fd1c32760dd17238c17fb0011c08007bf09f059 Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Fri, 21 Jan 2022 11:49:19 -0500 Subject: zoom: Make zoom floating, so notifications aren't as annoying TODO: See if it's possible to prevent Zoom notifications from stealing window focus. --- config.def.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.def.h b/config.def.h index 4063264..95596e3 100644 --- a/config.def.h +++ b/config.def.h @@ -98,6 +98,7 @@ static const Rule rules[] = { { "Kitty", NULL, NULL, 0, 0, 1, 0, -1 }, { NULL, "kitty", NULL, 0, 0, 1, 0, -1 }, { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */ + { NULL, NULL, "zoom", 0, 1, 0, 0, -1 }, /* xev */ { NULL, "spcalc", NULL, SPTAG(0), 1, 1, 0, -1 }, { NULL, "spterm", NULL, SPTAG(1), 1, 1, 0, -1 }, { NULL, "spnvim", NULL, SPTAG(2), 1, 1, 0, -1 }, -- cgit v1.2.3