From 97a7df2ead013c8de6b6ee72ac2afbdbe5e9903d Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 9 Aug 2025 08:53:24 +0200 Subject: [PATCH] thunderbird: avoid 100% CPU usage?? --- dotfiles/thunderbird.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/thunderbird.js b/dotfiles/thunderbird.js index 4aa05af..ab57535 100644 --- a/dotfiles/thunderbird.js +++ b/dotfiles/thunderbird.js @@ -1,5 +1,7 @@ // Preferences for Thunderbird. To be symlinked in the profile as user.js. +user_pref("accessibility.force_disabled", 1); + // Theme user_pref("extensions.activeThemeID", "thunderbird-compact-dark@mozilla.org"); user_pref("layout.css.prefers-color-scheme.content-override", 1); // light