mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-11 20:43:00 +01:00
librewolf config changes
This commit is contained in:
parent
76752e1c33
commit
5312df2643
2 changed files with 5 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
set editorcmd neovide
|
||||
set theme midnight
|
||||
set smoothscroll true
|
||||
|
|
|
@ -15,3 +15,7 @@ defaultPref("widget.use-xdg-desktop-portal.file-picker", 0);
|
|||
[
|
||||
"cache", "cookiesAndStorage"
|
||||
].forEach(s => defaultPref(`privacy.clearOnShutdown_v2.${s}`, false))
|
||||
|
||||
// Needs to be disabled to enable dark mode
|
||||
defaultPref("privacy.resistFingerprinting", false);
|
||||
// TODO: somehow enable dark mode declaratively
|
||||
|
|
Loading…
Reference in a new issue