forked from extern/nix-config
librewolf: Show sidebar on right by default
This allows the sidebar to be used as a reference while the more important content is shown on the left side.
This commit is contained in:
parent
430de18948
commit
508450dd49
@ -9,6 +9,7 @@
|
|||||||
"browser.tabs.insertAfterCurrent" = true;
|
"browser.tabs.insertAfterCurrent" = true;
|
||||||
"browser.toolbars.bookmarks.visibility" = "never";
|
"browser.toolbars.bookmarks.visibility" = "never";
|
||||||
"privacy.resistFingerprinting.letterboxing" = true;
|
"privacy.resistFingerprinting.letterboxing" = true;
|
||||||
|
"sidebar.position_start" = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}];
|
}];
|
||||||
|
Loading…
Reference in New Issue
Block a user