mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-07-02 22:46:00 +00:00
~
Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
parent
f2e479415c
commit
146a2de0ec
8 changed files with 40 additions and 6 deletions
|
@ -16,7 +16,7 @@
|
|||
FirefoxHome = {
|
||||
SponsoredTopSites = false;
|
||||
Highlights = false;
|
||||
Pocket = false;
|
||||
Pocket = false; # rip bozo
|
||||
SponsoredPocket = false;
|
||||
};
|
||||
FirefoxSuggest = {
|
||||
|
@ -61,6 +61,7 @@
|
|||
"browser.startup.page" = 3;
|
||||
"browser.tabs.closeWindowWithLastTab" = false;
|
||||
"browser.tabs.insertAfterCurrent" = true;
|
||||
"devtools.editor.tabsize" = 4;
|
||||
"datareporting.healthreport.uploadEnabled" = false;
|
||||
"extensions.pocket.enabled" = false;
|
||||
"extensions.pocket.showHome" = false;
|
||||
|
@ -149,6 +150,11 @@
|
|||
];
|
||||
}];
|
||||
};
|
||||
"ArchWiki" = {
|
||||
urls = [{
|
||||
template = "https://wiki.archlinux.org/index.php?title=Special:Search&search={searchTerms}";
|
||||
}];
|
||||
};
|
||||
|
||||
"Bing".metaData.hidden = true;
|
||||
"Google".metaData.hidden = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue