aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2023-01-30 21:13:41 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2023-01-30 21:13:41 -0500
commit1305468c428ffa7b3d79aba4f09e01f1f2af4465 (patch)
tree03d9b587fd640ef16bf4c519953d602881958b13 /config.h
parent2d7bb2b193658a94b52277beef90168014f778e9 (diff)
downloaddwm-master_old2.tar.gz
dwm-master_old2.tar.xz
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 33d2c9a..bbd181e 100644
--- a/config.h
+++ b/config.h
@@ -45,7 +45,7 @@ static const Rule rules[] = {
{ "^Evolution$", NULL, NULL, 1<<7, 0, -1 },
{ "^Zotero$", NULL, NULL, 1<<7, 0, -1 },
{ "^Google-chrome$", NULL, NULL, 1<<8, 0, -1 },
- { "^Chromium$", NULL, NULL, 1<<8, 0, -1 },
+ { "^Chromium", NULL, NULL, 1<<8, 0, -1 },
{ "^Firefox$", NULL, NULL, 1<<8, 0, -1 },
{ "^code-oss$", NULL, NULL, 1<<1, 0, -1 },
{ "^jetbrains.*$", NULL, NULL, 1<<2, 0, -1 },