Skip to content

Commit

Permalink
home/librewolf: keep browser open after last tab close
Browse files Browse the repository at this point in the history
  • Loading branch information
tomodachi94 committed Jul 31, 2024
1 parent 0af5d7c commit fd92956
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions home/common/librewolf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ in
# Disable autofill
"browser.formautofill.enabled" = false;
"browser.formfill.enable" = false;
# Keep browser open when the last tab is closed
"browser.tabs.closeWindowWithLastTab" = false;
};
extensions = with firefox-addons.packages.${pkgs.system}; [
bitwarden
Expand Down

0 comments on commit fd92956

Please sign in to comment.