aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2021-07-24 10:03:45 -0400
committerMitch Riedstra <mitch@riedstra.us>2021-07-24 10:03:45 -0400
commit8ee16ad6fefc9f3d12c00df076d825b8c65f307b (patch)
tree6f460df4105eef5e189093d27b42ab77a9fe3d38 /config.h
parent9bd1ba129d1a1b057027014780a57f6008fbbf9f (diff)
downloaddwm-8ee16ad6fefc9f3d12c00df076d825b8c65f307b.tar.gz
dwm-8ee16ad6fefc9f3d12c00df076d825b8c65f307b.tar.xz
Add evolution to the rules
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index b228b58..c20b25d 100644
--- a/config.h
+++ b/config.h
@@ -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 },