mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-05 05:37:20 +02:00
Compare commits
3 Commits
a45e8a90e2
...
65121667e9
Author | SHA1 | Date | |
---|---|---|---|
65121667e9 | |||
4cfca8601b | |||
e40b1b7d7c |
@ -89,6 +89,11 @@ 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,5 +106,8 @@ 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,6 +450,12 @@
|
||||
"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",
|
||||
@ -609,8 +615,7 @@
|
||||
"layout.css.devPixelsPerPx": {
|
||||
"Comment": "ui.textScaleFactor 90 does practically the same with less side effects.",
|
||||
"Status": "clear",
|
||||
"Type": "string",
|
||||
"Value": "1.5"
|
||||
"Type": "string"
|
||||
},
|
||||
"layout.css.font-variant-emoji.enabled": {
|
||||
"Comment": "Experimental, disabled by default.",
|
||||
@ -621,6 +626,12 @@
|
||||
"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