aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2022-04-04 23:51:08 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2022-04-04 23:51:08 +0200
commit6f21e962b61e303fa39626cdf16c04b10e4be781 (patch)
tree9cdde9549db45520d8f9ae183e0c89de3f4ee85f /config.h
parentSwitched to lf (diff)
downloaddwm-6f21e962b61e303fa39626cdf16c04b10e4be781.tar.gz
dwm-6f21e962b61e303fa39626cdf16c04b10e4be781.tar.bz2
dwm-6f21e962b61e303fa39626cdf16c04b10e4be781.tar.xz
dwm-6f21e962b61e303fa39626cdf16c04b10e4be781.tar.zst
dwm-6f21e962b61e303fa39626cdf16c04b10e4be781.zip
Moved chromium to ws 8 for it is only for teams
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 c199723..2335f4f 100644
--- a/config.h
+++ b/config.h
@@ -29,7 +29,7 @@ static const Rule rules[] = {
*/
/* class instance title tags mask switchtotag isfloating isfreesize monitor */
{ "firefox", NULL, NULL, 1 << 2, 1, 0, 0, -1 },
- { "Chromium-browser", NULL, NULL, 1 << 2, 1, 0, 0, -1 },
+ { "Chromium-browser", NULL, NULL, 1 << 7, 1, 0, 0, -1 },
{ "VirtualBox Manager", NULL, NULL, 1 << 3, 1, 0, 0, -1 },
{ "Gimp", NULL, NULL, 1 << 3, 1, 0, 0, -1 },
{ "Audacity", NULL, NULL, 1 << 3, 1, 0, 0, -1 },