On a default Ubuntu 16.04 (xenial) installation, GTK3 applications (which include most of the default GUI applications) have smooth scrolling activated. How do I disable it?
For example, in Gedit, pressing PageUp/PageDown causes the text to scroll one pixel line at a time until it settles to its final position one page further up/down. The same behavior occurs in the file selection dialog box, in Nautilus, etc. How do I turn off smooth scrolling, i.e. how do I make the PageUp/PageDown keys show the previous/next page immediately?
gtk-primary-button-warps-slider=falseto~/.config/gtk-3.0/settings.iniand see if the problem goes away? If you don't have such a file, the first line should be[Settings]. – DK Bose Apr 10 '17 at 13:08gtk-primary-button-warps-sliderisn't directly related to scrolling. It is related to the behavior of scrollbars, which is unrelated to this question. – Danijel May 17 '17 at 13:55~/.gtkrc-2.0and~/.config/gtk-3.0/settings.ini. But the suggested settings have no effect (unsurprisingly). – Gilles 'SO- stop being evil' Aug 06 '18 at 12:04