summaryrefslogtreecommitdiffstats
path: root/.config/firefox
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2023-02-06 17:05:32 -0500
committerLuke Smith <luke@lukesmith.xyz>2023-02-06 17:05:32 -0500
commit624effaa18ebdbae50116dafc5fec4c7d9259e5b (patch)
treea4bf35185c98dd8ce29d8e24d56db9b4164d8ce4 /.config/firefox
parent98ea4e0080fd6f05485baa485cefe2fd7fea9fa2 (diff)
parent81456798aea0cde75358b062880d2e38d3265f9e (diff)
downloadeibhear-624effaa18ebdbae50116dafc5fec4c7d9259e5b.tar.gz
eibhear-624effaa18ebdbae50116dafc5fec4c7d9259e5b.tar.zst
eibhear-624effaa18ebdbae50116dafc5fec4c7d9259e5b.zip
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
Diffstat (limited to '.config/firefox')
-rw-r--r--.config/firefox/larbs.js3
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);