aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2020-11-28 11:10:41 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2020-11-28 11:10:41 -0500
commit9c5d1b3220e85385bf322639dacf04842b120ed6 (patch)
treef569a9b38a2c96a193208e5bf9c2895dbe761576
parentc80cd0602603953984a64df9b316de9c90137ab4 (diff)
downloaddwm-9c5d1b3220e85385bf322639dacf04842b120ed6.tar.gz
dwm-9c5d1b3220e85385bf322639dacf04842b120ed6.tar.xz
Move chrome to 9 with firefox
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 7f66a7a..3bd1192 100644
--- a/config.h
+++ b/config.h
@@ -39,8 +39,8 @@ static const Rule rules[] = {
{ "Pavucontrol", NULL, NULL, 1<<6, 0, -1 },
{ "Blueman-manager",NULL, NULL, 1<<6, 0, -1 },
{ "Evolution", NULL, NULL, 1<<7, 0, -1 },
- { "Google-chrome", NULL, NULL, 1<<7, 0, -1 },
- { "Chromium", 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 },
};