From 81456798aea0cde75358b062880d2e38d3265f9e Mon Sep 17 00:00:00 2001 From: PrivateLalle <29478339+LalleSX@users.noreply.github.com> Date: Mon, 6 Feb 2023 19:28:08 +0100 Subject: Fix mouse issue in firefox, add avif icon and add DK & SE to dopplar (#1259) * Fix mouse issue in firefox, add avif icon and add DK & SE to dopplar * Update sb-doppler * Scandinavian countries listed --------- Co-authored-by: Victor Risgaard --- .config/firefox/larbs.js | 3 +++ 1 file changed, 3 insertions(+) (limited to '.config/firefox/larbs.js') diff --git a/.config/firefox/larbs.js b/.config/firefox/larbs.js index d0d0d5c..8328357 100644 --- a/.config/firefox/larbs.js +++ b/.config/firefox/larbs.js @@ -42,3 +42,6 @@ user_pref("network.http.referer.XOriginPolicy", 0); // Disable Firefox sync and its menu entries user_pref("identity.fxaccounts.enabled", false); + +// Fix the issue where right mouse button instantly clicks +user_pref("ui.context_menus.after_mouseup", true); -- cgit v1.3.1