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";
|
source = config.lib.file.mkOutOfStoreSymlink "/home/lillian/.mozilla/firefox";
|
||||||
target = ".floorp";
|
target = ".floorp";
|
||||||
};
|
};
|
||||||
|
librewolf = {
|
||||||
|
source = config.lib.file.mkOutOfStoreSymlink "/home/lillian/.mozilla/firefox";
|
||||||
|
target = ".librewolf";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Add stuff for your user as you see fit:
|
# Add stuff for your user as you see fit:
|
||||||
|
|
|
@ -9,6 +9,8 @@
|
||||||
isDefault = true;
|
isDefault = true;
|
||||||
id = 1;
|
id = 1;
|
||||||
settings = {
|
settings = {
|
||||||
|
"sidebar.verticalTabs" = true;
|
||||||
|
"sidebar.visibility" = "expand-on-hover";
|
||||||
"browser.aboutConfig.showWarning" = false;
|
"browser.aboutConfig.showWarning" = false;
|
||||||
"browser.bookmarks.addedImportButton" = true;
|
"browser.bookmarks.addedImportButton" = true;
|
||||||
"browser.bookmarks.restore_default_bookmarks" = false;
|
"browser.bookmarks.restore_default_bookmarks" = false;
|
||||||
|
|
|
@ -117,7 +117,7 @@
|
||||||
config = {
|
config = {
|
||||||
General = {
|
General = {
|
||||||
launchers = [
|
launchers = [
|
||||||
"applications:floorp.desktop"
|
"applications:librewolf.desktop"
|
||||||
"applications:systemsettings.desktop"
|
"applications:systemsettings.desktop"
|
||||||
"applications:org.kde.dolphin.desktop"
|
"applications:org.kde.dolphin.desktop"
|
||||||
"applications:signal.desktop"
|
"applications:signal.desktop"
|
||||||
|
|
|
@ -115,10 +115,10 @@
|
||||||
installation_mode = "force_installed";
|
installation_mode = "force_installed";
|
||||||
};
|
};
|
||||||
# Tree Style Tabs
|
# Tree Style Tabs
|
||||||
"treestyletab@piro.sakura.ne.jp" = {
|
# "treestyletab@piro.sakura.ne.jp" = {
|
||||||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/tree-style-tab/latest.xpi";
|
# install_url = "https://addons.mozilla.org/firefox/downloads/latest/tree-style-tab/latest.xpi";
|
||||||
installation_mode = "force_installed";
|
# installation_mode = "force_installed";
|
||||||
};
|
# };
|
||||||
# Adaptive Tab Bar Colour
|
# Adaptive Tab Bar Colour
|
||||||
"ATBC@EasonWong" = {
|
"ATBC@EasonWong" = {
|
||||||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/Adaptive-Tab-Bar-Colour/latest.xpi";
|
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