Fix issue with right click in window managers

Mousebros...
This issue might disappear over time as more packages are installed, but i had this issue when i first installed LARBS and this fixed it.
Also mentioned in the arch wiki: 
https://wiki.archlinux.org/title/firefox#Right_mouse_button_instantly_clicks_the_first_option_in_window_managers
This commit is contained in:
PrivateLalle 2023-02-03 21:49:42 +00:00 committed by GitHub
parent 8983d189ee
commit 503d8df72b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,3 +42,6 @@ user_pref("network.http.referer.XOriginPolicy", 0);
// Disable Firefox sync and its menu entries // Disable Firefox sync and its menu entries
user_pref("identity.fxaccounts.enabled", false); user_pref("identity.fxaccounts.enabled", false);
// Fix the issue where right mouse button instantly clicks.
user_pref("ui.context_menus.after_mouseup", true);