feat: enable webrender in thunderbird

This commit is contained in:
oddlama 2023-09-20 12:51:35 +02:00
parent 41719aa7e8
commit c61ea321ed
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 10 additions and 0 deletions

View file

@ -37,6 +37,10 @@
zathura zathura
]; ];
# TODO nix repl cltr+del doesnt work
# TODO wrap neovim for kitty hist
# TODO neovim gitsigns toggle_deleted keybind
# TODO neovim gitsigns stage hunk shortcut
# TODO neovim directtly opening file has different syntax # TODO neovim directtly opening file has different syntax
# TODO neovim reopening file should continue at the previous position # TODO neovim reopening file should continue at the previous position
# TODO thunderbird doesn't use passwords from password command # TODO thunderbird doesn't use passwords from password command

View file

@ -43,6 +43,12 @@ in {
"mail.identity.default.protectSubject" = true; "mail.identity.default.protectSubject" = true;
"mail.identity.default.reply_on_top" = 1; "mail.identity.default.reply_on_top" = 1;
"mail.identity.default.sig_on_reply" = false; "mail.identity.default.sig_on_reply" = false;
"gfx.webrender.all" = true;
"gfx.webrender.enabled" = true;
"browser.display.use_system_colors" = true;
"browser.theme.dark-toolbar-theme" = true;
}; };
}; };