aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2021-03-21 09:17:34 -0400
committerMitchell Riedstra <mitch@riedstra.dev>2021-03-21 09:17:34 -0400
commitda263c7d188f892f2c570a2f568b228596a17d0a (patch)
tree7d1d61066fd1a40337aad75915c6a9037369b750 /config.h
parent9c5d1b3220e85385bf322639dacf04842b120ed6 (diff)
downloaddwm-da263c7d188f892f2c570a2f568b228596a17d0a.tar.gz
dwm-da263c7d188f892f2c570a2f568b228596a17d0a.tar.xz
Remove thunar from the rule list. Add claws to 8 by default.
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.h b/config.h
index 3bd1192..94e4c80 100644
--- a/config.h
+++ b/config.h
@@ -34,11 +34,10 @@ static const Rule rules[] = {
*/
/* class instance title tags mask isfloating monitor */
{ "St", NULL, NULL, 1<<0, 0, -1 },
- { "Thunar", NULL, NULL, 1<<1, 0, -1 },
{ "Gimp", NULL, NULL, 1<<2, 0, -1 },
{ "Pavucontrol", NULL, NULL, 1<<6, 0, -1 },
{ "Blueman-manager",NULL, NULL, 1<<6, 0, -1 },
- { "Evolution", NULL, NULL, 1<<7, 0, -1 },
+ { "Claws-mail", 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 },