switch to librewolf and add all the fixes for it
This commit is contained in:
parent
9e95c576a0
commit
8015d1f721
4 changed files with 11 additions and 5 deletions
|
@ -135,6 +135,10 @@
|
|||
source = config.lib.file.mkOutOfStoreSymlink "/home/lillian/.mozilla/firefox";
|
||||
target = ".floorp";
|
||||
};
|
||||
librewolf = {
|
||||
source = config.lib.file.mkOutOfStoreSymlink "/home/lillian/.mozilla/firefox";
|
||||
target = ".librewolf";
|
||||
};
|
||||
};
|
||||
|
||||
# Add stuff for your user as you see fit:
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
isDefault = true;
|
||||
id = 1;
|
||||
settings = {
|
||||
"sidebar.verticalTabs" = true;
|
||||
"sidebar.visibility" = "expand-on-hover";
|
||||
"browser.aboutConfig.showWarning" = false;
|
||||
"browser.bookmarks.addedImportButton" = true;
|
||||
"browser.bookmarks.restore_default_bookmarks" = false;
|
||||
|
|
|
@ -117,7 +117,7 @@
|
|||
config = {
|
||||
General = {
|
||||
launchers = [
|
||||
"applications:floorp.desktop"
|
||||
"applications:librewolf.desktop"
|
||||
"applications:systemsettings.desktop"
|
||||
"applications:org.kde.dolphin.desktop"
|
||||
"applications:signal.desktop"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue