From 4451ecfa31400f59751139b70ddf8a7f0c0a8fc3 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 22 May 2024 08:11:29 +0300 Subject: [PATCH] Dear Firefox, system title bar exists, please use it I am on Sway, the maximize and minimize do nothing to me and the close annoys me since I Super+Shift+Q or Ctrl+q you anyway --- 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 01ce571c..e35ad5e3 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -357,6 +357,11 @@ "browser.safebrowsing.provider.mozilla.updateURL": { "Status": "clear" }, + "browser.tabs.inTitlebar": { + "Status": "default", + "Type": "number", + "Value": 0 + }, "browser.translation.neverForLanguages": { "Status": "default", "Type": "string",