diff options
| author | Douglas Rumbaugh <doug@douglasrumbaugh.com> | 2022-01-21 11:49:19 -0500 |
|---|---|---|
| committer | Douglas Rumbaugh <doug@douglasrumbaugh.com> | 2022-01-21 11:49:19 -0500 |
| commit | 8fd1c32760dd17238c17fb0011c08007bf09f059 (patch) | |
| tree | 82042e15884d8f62aae107906de78cd3e048abd1 /config.def.h | |
| parent | aff663b62e7d603c0796485fcd42002a37c64c82 (diff) | |
| download | dwm-8fd1c32760dd17238c17fb0011c08007bf09f059.tar.gz | |
zoom: Make zoom floating, so notifications aren't as annoying
TODO: See if it's possible to prevent Zoom notifications from stealing
window focus.
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 }, |