mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
use maple font
This commit is contained in:
parent
1bbdd77d5c
commit
16ab036322
18 changed files with 222 additions and 32 deletions
118
misc/firefox/policies.json
Normal file
118
misc/firefox/policies.json
Normal file
|
|
@ -0,0 +1,118 @@
|
|||
{
|
||||
"policies": {
|
||||
"BlockAboutConfig": false,
|
||||
"DisableAppUpdate": true,
|
||||
"DisableFirefoxScreenshots": true,
|
||||
"DisableTelemetry": true,
|
||||
"DontCheckDefaultBrowser": true,
|
||||
"ExtensionSettings": {
|
||||
"@testpilot-containers": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/multi-account-containers/latest.xpi",
|
||||
"installation_mode": "force_installed"
|
||||
},
|
||||
"@webcompat@mozilla.org": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/side-view/latest.xpi",
|
||||
"installation_mode": "force_installed"
|
||||
},
|
||||
"langpack-zh-CN@firefox.mozilla.org": {
|
||||
"install_url": "https://releases.mozilla.org/pub/firefox/releases/144.0/linux-x86_64/xpi/zh-CN.xpi",
|
||||
"installation_mode": "normal_installed"
|
||||
},
|
||||
"uBlock0@raymondhill.net": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi",
|
||||
"installation_mode": "force_installed"
|
||||
},
|
||||
"{74145f27-f039-47ce-a470-a662b129930a}": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/clearurls/latest.xpi",
|
||||
"installation_mode": "force_installed"
|
||||
}
|
||||
},
|
||||
"Preferences": {
|
||||
"browser.contentblocking.category": {
|
||||
"Status": "locked",
|
||||
"Value": "strict"
|
||||
},
|
||||
"browser.formfill.enable": {
|
||||
"Status": "locked",
|
||||
"Value": false
|
||||
},
|
||||
"browser.newtabpage.activity-stream.showSponsored": {
|
||||
"Status": "locked",
|
||||
"Value": false
|
||||
},
|
||||
"browser.newtabpage.activity-stream.showSponsoredTopSites": {
|
||||
"Status": "locked",
|
||||
"Value": false
|
||||
},
|
||||
"browser.shell.checkDefaultBrowser": {
|
||||
"Status": "locked",
|
||||
"Value": false
|
||||
},
|
||||
"browser.urlbar.update2.engineAliasRefresh": {
|
||||
"Status": "locked",
|
||||
"Value": true
|
||||
},
|
||||
"dom.forms.autocomplete.formautofill": {
|
||||
"Status": "locked",
|
||||
"Value": false
|
||||
},
|
||||
"extensions.formautofill.creditCards.enabled": {
|
||||
"Status": "locked",
|
||||
"Value": false
|
||||
},
|
||||
"screenshots.browser.component.enabled": {
|
||||
"Status": "locked",
|
||||
"Value": false
|
||||
},
|
||||
"toolkit.tabbox.switchByScrolling": {
|
||||
"Status": "locked",
|
||||
"Value": true
|
||||
},
|
||||
"toolkit.telemetry.archive.enabled": {
|
||||
"Status": "locked",
|
||||
"Value": false
|
||||
},
|
||||
"toolkit.telemetry.enabled": {
|
||||
"Status": "locked",
|
||||
"Value": false
|
||||
},
|
||||
"widget.use-xdg-desktop-portal.file-picker": {
|
||||
"Status": "locked",
|
||||
"Value": 1
|
||||
},
|
||||
"widget.use-xdg-desktop-portal.mime-handler": {
|
||||
"Status": "locked",
|
||||
"Value": 1
|
||||
}
|
||||
},
|
||||
"SearchEngines": {
|
||||
"Add": [
|
||||
{
|
||||
"Alias": "@np",
|
||||
"Description": "Search in NixOS Packages",
|
||||
"IconURL": "https://nixos.org/favicon.ico",
|
||||
"Method": "GET",
|
||||
"Name": "NixOS Packages",
|
||||
"URLTemplate": "https://search.nixos.org/packages?from=0&size=200&sort=relevance&type=packages&query={searchTerms}"
|
||||
},
|
||||
{
|
||||
"Alias": "@no",
|
||||
"Description": "Search in NixOS Options",
|
||||
"IconURL": "https://nixos.org/favicon.ico",
|
||||
"Method": "GET",
|
||||
"Name": "NixOS Options",
|
||||
"URLTemplate": "https://search.nixos.org/options?from=0&size=200&sort=relevance&type=packages&query={searchTerms}"
|
||||
},
|
||||
{
|
||||
"Alias": "@hm",
|
||||
"Description": "Search in Home Manager Options",
|
||||
"IconURL": "https://nixos.org/favicon.ico",
|
||||
"Method": "GET",
|
||||
"Name": "Home Manager options",
|
||||
"URLTemplate": "https://home-manager-options.extranix.com/?query={searchTerms}"
|
||||
}
|
||||
],
|
||||
"Default": "DuckDuckGo"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue