make number of lines scrolled with mouse wheel configurable
This commit is contained in:
@@ -159,6 +159,8 @@
|
||||
#
|
||||
#cyclic_scrolling = "no"
|
||||
#
|
||||
#lines_scrolled = "2"
|
||||
#
|
||||
#follow_now_playing_lyrics = "no"
|
||||
#
|
||||
#ncmpc_like_songs_adding = "no" (enabled - add/remove, disabled - always add)
|
||||
|
||||
@@ -129,6 +129,9 @@ If enabled, content of other columns will be updated immediately while scrolling
|
||||
.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 playlist_show_remaining_time = yes/no
|
||||
If enabled, time remaining to end of playlist will be shown after playlist's statistics.
|
||||
.TP
|
||||
|
||||
Reference in New Issue
Block a user