Configurable Column Widths (#360)
* add configurable column widths * reorder to match config file * fix possibly misleading documentation * fix crash when integer out of bounds * parse config string during initial processing * use std::bind with length of list * fix division by zero error * use list_of * change escaped_list_separator variable names
This commit is contained in:
14
doc/config
14
doc/config
@@ -465,6 +465,20 @@
|
||||
#
|
||||
#ask_for_locked_screen_width_part = yes
|
||||
#
|
||||
##
|
||||
## Width of media_library screen columns
|
||||
##
|
||||
#
|
||||
#media_library_column_width_ratio_two = 1:1
|
||||
#
|
||||
#media_library_column_width_ratio_three = 1:1:1
|
||||
#
|
||||
##
|
||||
## Width of playlist_editor screen columns
|
||||
##
|
||||
#
|
||||
#playlist_editor_column_width_ratio = 1:2
|
||||
#
|
||||
#jump_to_now_playing_song_at_start = yes
|
||||
#
|
||||
#ask_before_clearing_playlists = yes
|
||||
|
||||
@@ -335,6 +335,15 @@ If you want to lock a screen, ncmpcpp asks for % of locked screen's width to be
|
||||
.B ask_for_locked_screen_width_part = yes/no
|
||||
If enabled, ncmpcpp will ask for % of locked screen's width each time you want to lock a screen. If you disable that, it'll silently attempt to use default value.
|
||||
.TP
|
||||
.B media_library_column_width_ratio_two = a:b
|
||||
The ratio of the column widths in the media library, when there are two columns.
|
||||
.TP
|
||||
.B media_library_column_width_ratio_three = a:b:c
|
||||
The ratio of the column widths in the media library, when there are three columns.
|
||||
.TP
|
||||
.B playlist_editor_column_width_ratio = a:b
|
||||
The ratio of the column widths in the playlist editor.
|
||||
.TP
|
||||
.B jump_to_now_playing_song_at_start = yes/no
|
||||
If enabled, ncmpcpp will jump at start to now playing song if mpd is playing or paused.
|
||||
.TP
|
||||
|
||||
Reference in New Issue
Block a user