Enable backspace navigation

inky
Elnu 1 year ago
parent cc6d2c3f23
commit 025dd135c9

@ -49,6 +49,7 @@ in
settings = {
"browser.startup.homepage" = "${startpage}";
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
"browser.backspace_action" = 0;
};
userChrome = builtins.readFile "${firefox-csshacks}/chrome/autohide_toolbox.css";
};

Loading…
Cancel
Save