From 550d4260f263e3b83ce84784af8b15851af3fc49 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 15 Mar 2025 12:07:43 +0200 Subject: [PATCH] firefox: smart tab grouping? --- etc/firefox/policies/policies.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index 63a443aa..b28cffea 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -579,6 +579,11 @@ "Type": "boolean", "Value": true }, + "browser.tabs.groups.smart.enabled": { + "Status": "default", + "Type": "boolean", + "Value": true + }, "browser.tabs.inTitlebar_commented": { "Comment": "without _commented 0 enables system title bar and 2 is default.", "Status": "default",