diff options
author | Andrzej Rybczak <andrzej@rybczak.net> | 2020-12-20 17:32:18 +0100 |
---|---|---|
committer | Andrzej Rybczak <andrzej@rybczak.net> | 2020-12-20 17:32:18 +0100 |
commit | 93ac620065ab14135c0049170ad4604be5bb9e19 (patch) | |
tree | 13667c8a82672f3f02fe17b46890ea91057b4ec4 /doc | |
parent | 31798fd1c74ca0eec1f90de9639c8d70d42afbe5 (diff) |
Saner defaults for mouse scrolling
Diffstat (limited to 'doc')
-rw-r--r-- | doc/config | 6 | ||||
-rw-r--r-- | doc/ncmpcpp.1 | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -405,8 +405,6 @@ # #cyclic_scrolling = no # -#lines_scrolled = 2 -# #lyrics_fetchers = azlyrics, genius, sing365, metrolyrics, justsomelyrics, jahlyrics, plyrics, tekstowo, zeneszoveg, internet # #follow_now_playing_lyrics = no @@ -498,7 +496,9 @@ # #mouse_support = yes # -#mouse_list_scroll_whole_page = yes +#mouse_list_scroll_whole_page = no +# +#lines_scrolled = 5 # #empty_tag_marker = <empty> # diff --git a/doc/ncmpcpp.1 b/doc/ncmpcpp.1 index f6275f02..6ef2745c 100644 --- a/doc/ncmpcpp.1 +++ b/doc/ncmpcpp.1 @@ -287,9 +287,6 @@ If enabled, text in header window will scroll if its length is longer then actua .B cyclic_scrolling = yes/no If enabled, cyclic scrolling is used (e.g. if you press down arrow being at the end of list, it'll take you to the beginning) .TP -.B lines_scrolled = NUMBER -Number of lines that are scrolled with mouse wheel. -.TP .B lyrics_fetchers = FETCHERS Comma separated list of lyrics fetchers. .TP @@ -371,6 +368,9 @@ If set to yes, mouse support will be enabled. .B mouse_list_scroll_whole_page = yes/no If enabled, mouse wheel will scroll the whole page of item list at a time, otherwise the number of lines specified by lines_scrolled variable. .TP +.B lines_scrolled = NUMBER +Number of lines that are scrolled with mouse wheel. +.TP .B empty_tag_marker = TEXT Text that will be displayed, if requested tag is not set. .TP |