diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-04 23:51:08 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-04 23:51:08 +0200 |
commit | 6f21e962b61e303fa39626cdf16c04b10e4be781 (patch) | |
tree | 9cdde9549db45520d8f9ae183e0c89de3f4ee85f /config.h | |
parent | Switched to lf (diff) | |
download | dwm-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }, |