From 113bfc4d28cc6261d34a70d1da5de99f9d879468 Mon Sep 17 00:00:00 2001 From: Arthur Khachaturov Date: Fri, 29 Nov 2024 20:28:24 +0300 Subject: [PATCH] pin firefox floating window --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 35bc4ad..1f3bd8b 100644 --- a/config.h +++ b/config.h @@ -42,7 +42,7 @@ static const Rule rules[] = { * WM_NAME(STRING) = title */ /* class instance title tags_mask isfloating isterminal noswallow monitor mwpin*/ - { "Firefox", NULL, "Picture-in-Picture", 0, 1, 0, 1, -1, 0 }, + { "firefox-nightly", "Toolkit", "Picture-in-Picture", 511, 1, 0, 1, -1, 1 }, { "copyq", NULL, NULL, 0, 1, 0, 0, -1, 0 }, { "Alacritty", NULL, NULL, 0, 0, 1, 0, -1, 0 }, { "floating", NULL, NULL, 0, 1, 0, 0, -1, 0 },