qutebrowser: smooth scrolling
1 files changed, 2 insertions(+), 0 deletions(-) M src/.config/qutebrowser/config.py
M src/.config/qutebrowser/config.py => src/.config/qutebrowser/config.py +2 -0
@@ 3,3 3,5 @@ config.unbind('K', mode='normal') config.unbind('J', mode='normal') config.bind('K', 'tab-next') config.bind('J', 'tab-prev') + +c.scrolling.smooth = True