Jumping scrollbar with firefox?

How to do things, solutions, recipes, tutorials
Post Reply
Message
Author
watchdog
Posts: 2021
Joined: Fri 28 Sep 2012, 18:04
Location: Italy

Jumping scrollbar with firefox?

#1 Post 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.

Post Reply