From f490c2d1b2142323f5b097e7ba8ec187ef4646a4 Mon Sep 17 00:00:00 2001 From: pgrondek Date: Mon, 1 Jun 2020 00:55:43 +0200 Subject: [PATCH] Show firefox pip window on all tags --- config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.h b/config.h index 95150e8..61b6ed1 100644 --- a/config.h +++ b/config.h @@ -32,7 +32,8 @@ static const Rule rules[] = { * WM_NAME(STRING) = title */ /* class instance title tags mask isfloating monitor */ - { "Virt-viewer", NULL, NULL, 1 << 8, 0, -1 }, + { "Virt-viewer", NULL, NULL, 1 << 8, 0, -1 }, + { "Firefox", "Toolkit", "Picture-in-Picture", (1 << 9) - 1 , 0, -1 } }; /* layout(s) */