Compare commits

..

3 Commits

3 changed files with 21 additions and 2 deletions

View File

@ -89,6 +89,11 @@ repos:
hooks: hooks:
- id: reuse - id: reuse
- repo: https://github.com/get-woke/woke
rev: "v0.19.0"
hooks:
- id: woke-from-source
- repo: local - repo: local
hooks: hooks:
- id: prettier - id: prettier

View File

@ -106,5 +106,8 @@ lockPref("sidebar.revamp", true);
lockPref("sidebar.verticalTabs", true); lockPref("sidebar.verticalTabs", true);
lockPref("sidebar.visibility", "always-show"); lockPref("sidebar.visibility", "always-show");
// Tab groups. TODO: Are these allowed? I am on ESR, so it does nothing yet.
lockPref("browser.tabs.groups.enabled", true);
// No making configuration on the last line of the file! // No making configuration on the last line of the file!
// //

View File

@ -450,6 +450,12 @@
"Type": "boolean", "Type": "boolean",
"Value": false "Value": false
}, },
"browser.tabs.groups.enabled": {
"Comment": "TODO: Is this allowed when it lands?",
"Status": "default",
"Type": "boolean",
"Value": true
},
"browser.tabs.inTitlebar": { "browser.tabs.inTitlebar": {
"Status": "default", "Status": "default",
"Type": "number", "Type": "number",
@ -609,8 +615,7 @@
"layout.css.devPixelsPerPx": { "layout.css.devPixelsPerPx": {
"Comment": "ui.textScaleFactor 90 does practically the same with less side effects.", "Comment": "ui.textScaleFactor 90 does practically the same with less side effects.",
"Status": "clear", "Status": "clear",
"Type": "string", "Type": "string"
"Value": "1.5"
}, },
"layout.css.font-variant-emoji.enabled": { "layout.css.font-variant-emoji.enabled": {
"Comment": "Experimental, disabled by default.", "Comment": "Experimental, disabled by default.",
@ -621,6 +626,12 @@
"Comment": "Clear ensures system color scheme (darkman)", "Comment": "Clear ensures system color scheme (darkman)",
"Status": "clear" "Status": "clear"
}, },
"layout.css.visited_links_enabled": {
"Comment": "Don't display visited links with different colour. https://josephpetitti.com/blog/how-css-can-leak-your-browser-history",
"Status": "locked",
"Type": "boolean",
"Value": false
},
"media.autoplay.default": { "media.autoplay.default": {
"Comment": "Not even autoplaying silently?", "Comment": "Not even autoplaying silently?",
"Status": "default", "Status": "default",