diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2021-07-24 10:03:45 -0400 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2021-07-24 10:03:45 -0400 |
| commit | 8ee16ad6fefc9f3d12c00df076d825b8c65f307b (patch) | |
| tree | 6f460df4105eef5e189093d27b42ab77a9fe3d38 | |
| parent | 9bd1ba129d1a1b057027014780a57f6008fbbf9f (diff) | |
| download | dwm-8ee16ad6fefc9f3d12c00df076d825b8c65f307b.tar.gz dwm-8ee16ad6fefc9f3d12c00df076d825b8c65f307b.tar.xz | |
Add evolution to the rules
| -rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ static const Rule rules[] = { { "Pavucontrol", NULL, NULL, 1<<6, 0, -1 }, { "Blueman-manager",NULL, NULL, 1<<6, 0, -1 }, { "Claws-mail", NULL, NULL, 1<<7, 0, -1 }, + { "Evolution", NULL, NULL, 1<<7, 0, -1 }, { "Google-chrome", NULL, NULL, 1<<8, 0, -1 }, { "Chromium", NULL, NULL, 1<<8, 0, -1 }, { "Firefox", NULL, NULL, 1<<8, 0, -1 }, |
