switch to librewolf

This commit is contained in:
LordMZTE 2024-06-13 16:07:27 +02:00
parent 1664b23929
commit 152361a8e5
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6
4 changed files with 15 additions and 1 deletions

View file

@ -0,0 +1 @@
set editorcmd neovide

View file

@ -0,0 +1,11 @@
// vim: ft=javascript
defaultPref("identity.fxaccounts.enabled", true);
defaultPref("webgl.disabled", false);
defaultPref("browser.sessionstore.resume_from_crash", false);
// If enabled, fails with "Server is missing xdg_foreign support" on river and the GTK portal.
defaultPref("widget.use-xdg-desktop-portal.file-picker", 0);
["cache", "cookies", "history"].forEach(s => defaultPref(`privacy.clearOnShutdown.${s}`, false));

View file

@ -1,6 +1,7 @@
cg.addPath "cgassets"
cg.addPath ".config"
cg.addPath ".librewolf"
cg.addPath ".local"
cg.addPath ".ssh"
cg.addPath ".cargo"

View file

@ -7,9 +7,10 @@ pub const std_options = std.Options{
};
const browsers = &[_][]const u8{
"librewolf",
"firefox",
"brave",
"luakit",
"firefox",
"chromium",
};