mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-05 05:37:20 +02:00
Compare commits
No commits in common. "65121667e9555428db3ef7fa03972401d8ee381c" and "a45e8a90e2e22a24cce3dc8e954a292ba6f5d296" have entirely different histories.
65121667e9
...
a45e8a90e2
@ -89,11 +89,6 @@ repos:
|
||||
hooks:
|
||||
- id: reuse
|
||||
|
||||
- repo: https://github.com/get-woke/woke
|
||||
rev: "v0.19.0"
|
||||
hooks:
|
||||
- id: woke-from-source
|
||||
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: prettier
|
||||
|
@ -106,8 +106,5 @@ lockPref("sidebar.revamp", true);
|
||||
lockPref("sidebar.verticalTabs", true);
|
||||
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!
|
||||
//
|
||||
|
@ -450,12 +450,6 @@
|
||||
"Type": "boolean",
|
||||
"Value": false
|
||||
},
|
||||
"browser.tabs.groups.enabled": {
|
||||
"Comment": "TODO: Is this allowed when it lands?",
|
||||
"Status": "default",
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
"browser.tabs.inTitlebar": {
|
||||
"Status": "default",
|
||||
"Type": "number",
|
||||
@ -615,7 +609,8 @@
|
||||
"layout.css.devPixelsPerPx": {
|
||||
"Comment": "ui.textScaleFactor 90 does practically the same with less side effects.",
|
||||
"Status": "clear",
|
||||
"Type": "string"
|
||||
"Type": "string",
|
||||
"Value": "1.5"
|
||||
},
|
||||
"layout.css.font-variant-emoji.enabled": {
|
||||
"Comment": "Experimental, disabled by default.",
|
||||
@ -626,12 +621,6 @@
|
||||
"Comment": "Clear ensures system color scheme (darkman)",
|
||||
"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": {
|
||||
"Comment": "Not even autoplaying silently?",
|
||||
"Status": "default",
|
||||
|
Loading…
x
Reference in New Issue
Block a user