From 926e78bc50c14b57e850e3f87992bbbdd0a305b1 Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Fri, 12 Jul 2019 11:37:44 -0500 Subject: [PATCH] Add user.js proof of concept --- configuration/user.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 configuration/user.js diff --git a/configuration/user.js b/configuration/user.js new file mode 100644 index 0000000..bb106ee --- /dev/null +++ b/configuration/user.js @@ -0,0 +1,9 @@ +/* user.js + * https://github.com/rafaelmardojai/firefox-gnome-theme/ + */ + +// Enable customChrome.css +user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true); + +// Enable CSD +user_pref("browser.tabs.drawInTitlebar", true);