From 9fba857c6640746a1667b59ec7a0fe5908c3d52a Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 2 Feb 2025 09:08:34 +0200 Subject: [PATCH] firefox: default true dblclick tab closing, unlock vertical tabs --- etc/firefox/policies/policies.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index 7ab3665e..cd914219 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -446,6 +446,11 @@ "Type": "boolean", "Value": false }, + "browser.tabs.closeTabByDblclick": { + "Status": "default", + "Type": "boolean", + "Value": true + }, "browser.tabs.closeWindowWithLastTab": { "Status": "default", "Type": "boolean", @@ -963,7 +968,7 @@ }, "sidebar.verticalTabs": { "Comment": "Preference not allowed for stability reasons.", - "Status": "locked", + "Status": "default", "Type": "boolean", "Value": true },