Disable swipe to naviage history gestures

This commit is contained in:
2023-01-04 00:35:38 -08:00
parent 381f541997
commit c5b191cbd8

View File

@ -25,3 +25,7 @@ user_pref("apz.gtk.kinetic_scroll.enabled", false);
// disable pinch to zoom
user_pref("apz.gtk.touchpad_pinch.enabled", false);
// disable swipe to go back or forward
user_pref("browser.gesture.swipe.left", "");
user_pref("browser.gesture.swipe.right", "");