mirror of
git://slackware.nl/current.git
synced 2025-01-03 23:03:22 +01:00
13 lines
442 B
Diff
13 lines
442 B
Diff
|
--- ./modules/libpref/init/all.js.orig 2019-08-26 16:32:16.000000000 -0500
|
||
|
+++ ./modules/libpref/init/all.js 2019-08-27 11:34:41.749716932 -0500
|
||
|
@@ -258,6 +258,9 @@
|
||
|
// If true, all popups won't hide automatically on blur
|
||
|
pref("ui.popup.disable_autohide", false);
|
||
|
|
||
|
+// Default to GTK+ v2 type scrolling:
|
||
|
+pref("ui.scrollToClick", 0);
|
||
|
+
|
||
|
#ifdef XP_MACOSX
|
||
|
pref("ui.touchbar.layout", "Back,Forward,Reload,OpenLocation,NewTab,Share");
|
||
|
#endif
|