diff options
| author | Douglas Rumbaugh <doug@douglasrumbaugh.com> | 2022-11-06 16:18:07 -0500 |
|---|---|---|
| committer | Douglas Rumbaugh <doug@douglasrumbaugh.com> | 2022-11-06 16:18:07 -0500 |
| commit | 5ff7ffda5c547e3dc89094c34f2c0923f4ad0e8a (patch) | |
| tree | bc51aacc7be26ff818108e2e69c5734c4a550bc8 | |
| parent | 19892fea7b02b416f15f23ed8f849d4dfb174b9f (diff) | |
| download | dwm-5ff7ffda5c547e3dc89094c34f2c0923f4ad0e8a.tar.gz | |
GNU Plot swallow exception
| -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 eaee39a..704e3b3 100644 --- a/config.def.h +++ b/config.def.h @@ -108,6 +108,7 @@ static const Rule rules[] = { { NULL, "spmixer", NULL, SPTAG(3), 1, 1, 0, -1 }, { NULL, "spmusic", NULL, SPTAG(4), 1, 1, 0, -1 }, { NULL, "sptop", NULL, SPTAG(5), 1, 1, 0, -1 }, + { NULL, NULL, "Gnuplot Window", 0, 0, 0, 1, -1 }, }; /* layout(s) */ |