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"
|
||||
|
|
|
@ -115,10 +115,10 @@
|
|||
installation_mode = "force_installed";
|
||||
};
|
||||
# Tree Style Tabs
|
||||
"treestyletab@piro.sakura.ne.jp" = {
|
||||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/tree-style-tab/latest.xpi";
|
||||
installation_mode = "force_installed";
|
||||
};
|
||||
# "treestyletab@piro.sakura.ne.jp" = {
|
||||
# install_url = "https://addons.mozilla.org/firefox/downloads/latest/tree-style-tab/latest.xpi";
|
||||
# installation_mode = "force_installed";
|
||||
# };
|
||||
# Adaptive Tab Bar Colour
|
||||
"ATBC@EasonWong" = {
|
||||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/Adaptive-Tab-Bar-Colour/latest.xpi";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue