From c540f60b58d138a357feb8c2c1c1cb899d73c60c Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 4 Oct 2025 09:08:46 +0300 Subject: [PATCH] firefox: fade out automatically unloaded tabs --- etc/firefox/policies/policies.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index 2ff0c86e..bcffac83 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -765,6 +765,12 @@ "Type": "boolean", "Value": false }, + "browser.tabs.fadeOutUnloadedTabs": { + "Comment": "By default only explicitly unloaded tabs appear faded", + "Status": "default", + "Type": "boolean", + "Value": true + }, "browser.tabs.groups.enabled": { "Status": "default", "Type": "boolean",