mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-11 20:43:00 +01:00
switch to librewolf
This commit is contained in:
parent
1664b23929
commit
152361a8e5
4 changed files with 15 additions and 1 deletions
1
.config/tridactyl/tridactylrc
Normal file
1
.config/tridactyl/tridactylrc
Normal file
|
@ -0,0 +1 @@
|
|||
set editorcmd neovide
|
11
.librewolf/librewolf.overrides.cfg
Normal file
11
.librewolf/librewolf.overrides.cfg
Normal 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));
|
|
@ -1,6 +1,7 @@
|
|||
cg.addPath "cgassets"
|
||||
|
||||
cg.addPath ".config"
|
||||
cg.addPath ".librewolf"
|
||||
cg.addPath ".local"
|
||||
cg.addPath ".ssh"
|
||||
cg.addPath ".cargo"
|
||||
|
|
|
@ -7,9 +7,10 @@ pub const std_options = std.Options{
|
|||
};
|
||||
|
||||
const browsers = &[_][]const u8{
|
||||
"librewolf",
|
||||
"firefox",
|
||||
"brave",
|
||||
"luakit",
|
||||
"firefox",
|
||||
"chromium",
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue