mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
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:
parent
8983d189ee
commit
503d8df72b
@ -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);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user