ncmpcpp: do not confirm when clearing playlist
This commit is contained in:
parent
3a29b4e75a
commit
874cd106d1
|
|
@ -10,7 +10,6 @@ current_item_prefix = $(cyan)$r$b
|
||||||
current_item_suffix = $/r$(end)$/b
|
current_item_suffix = $/r$(end)$/b
|
||||||
current_item_inactive_column_prefix = $(magenta)$r
|
current_item_inactive_column_prefix = $(magenta)$r
|
||||||
current_item_inactive_column_suffix = $/r$(end)
|
current_item_inactive_column_suffix = $/r$(end)
|
||||||
playlist_display_mode = columns
|
|
||||||
browser_display_mode = columns
|
browser_display_mode = columns
|
||||||
media_library_primary_tag = album_artist
|
media_library_primary_tag = album_artist
|
||||||
media_library_albums_split_by_date = no
|
media_library_albums_split_by_date = no
|
||||||
|
|
@ -21,6 +20,10 @@ ignore_leading_the = yes
|
||||||
external_editor = nvim
|
external_editor = nvim
|
||||||
use_console_editor = yes
|
use_console_editor = yes
|
||||||
|
|
||||||
|
## Playlist ##
|
||||||
|
playlist_display_mode = columns
|
||||||
|
ask_before_clearing_playlists = no
|
||||||
|
|
||||||
## Progress bar ##
|
## Progress bar ##
|
||||||
progressbar_look = "▂▂▂"
|
progressbar_look = "▂▂▂"
|
||||||
progressbar_color = black:b
|
progressbar_color = black:b
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue