summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/config6
-rw-r--r--doc/ncmpcpp.16
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/config b/doc/config
index c7ef39cf..98cd1b86 100644
--- a/doc/config
+++ b/doc/config
@@ -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