Add user.js proof of concept

This commit is contained in:
Rafael Mardojai CM 2019-07-12 11:37:44 -05:00
parent 69ec3efcc4
commit 926e78bc50
1 changed files with 9 additions and 0 deletions

9
configuration/user.js Normal file
View File

@ -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);