diff options
Diffstat (limited to '.config/firefox')
| -rw-r--r-- | .config/firefox/larbs.js | 3 |
1 files changed, 3 insertions, 0 deletions
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); |
