Page 1 of 1

Jumping scrollbar with firefox?

Posted: Sun 16 Sep 2018, 05:08
by watchdog
Because of a default setting of gtk+3 when you left click on the scrollbar in firefox there is a jump at the point you click. I wanted to go back to the gtk+2's behavior of one page down at a time when you left click on the scrollbar.
In slacko 6.3.2 for example open with geany a new file and copy and paste the following content:

Code: Select all

[Settings]
gtk-primary-button-warps-slider = 0
Save as settings.ini in /root/.config/gtk+3/. All done. In precise open with geany /etc/gtk-3.0/settings.ini and add the above line there. Save the edited settings.ini. All done again.