From f77bcd5337d3d158ef8ad2d9ff34965b53d543d8 Mon Sep 17 00:00:00 2001 From: pgrondek Date: Sat, 8 Aug 2020 19:48:10 +0200 Subject: [PATCH] Revert "Show firefox pip window on all tags" This reverts commit f490c2d1b2142323f5b097e7ba8ec187ef4646a4. --- config.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/config.h b/config.h index 221cd6a..ea57016 100644 --- a/config.h +++ b/config.h @@ -32,9 +32,7 @@ static const Rule rules[] = { * WM_NAME(STRING) = title */ /* 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}, {"st", NULL, NULL, 0, 0, 1, 1, -1}, {"Xephyr", NULL, NULL, 0, 1, 0, 0, -1}, {"Xnest", NULL, NULL, 0, 1, 0, 0, -1},