module(firefox): Add firefox settings
This commit is contained in:
parent
1ba9bf2069
commit
1cb24e849f
1 changed files with 8 additions and 0 deletions
|
|
@ -37,6 +37,14 @@ in {
|
|||
immersive-translate
|
||||
tridactyl
|
||||
];
|
||||
settings = {
|
||||
"sidebar.verticalTabs" = true;
|
||||
"sidebar.visibility" = "expand-on-hover";
|
||||
"sidebar.main.tools" = "syncedtabs,history,bookmarks,aichat";
|
||||
"sidebar.animation.expand-on-hover.duration-ms" = 150;
|
||||
"sidebar.revamp" = true;
|
||||
"browser.tabs.closeTabByDblclick" = true;
|
||||
};
|
||||
search = {
|
||||
force = true;
|
||||
default = "ddg";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue