From 057ce85595af42018acdd980731e184ac56e5207 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Wed, 2 Dec 2020 12:21:59 +0100 Subject: [PATCH] Update config --- config.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.h b/config.h index 6671825..50fbdbe 100644 --- a/config.h +++ b/config.h @@ -48,8 +48,7 @@ static const Rule rules[] = { */ /* class instance title tags mask isfloating isterminal noswallow monitor */ - {"Virt-viewer", NULL, NULL, 1 << 8, 0, 0, 0, -1}, - {"Firefox", "Toolkit", "Picture-in-Picture", (1 << 9) - 1, 0, 0, 0, -1}, + {"jetbrains-studio", NULL, NULL, 0, 1, 0, 0, -1 }, {"st", NULL, NULL, 0, 0, 1, 1, -1}, {"Xephyr", NULL, NULL, 0, 1, 0, 0, -1}, {"Xnest", NULL, NULL, 0, 1, 0, 0, -1},