From 0544ec72d8a3c3a94f9205ba63896d9c3651e520 Mon Sep 17 00:00:00 2001 From: GuardKenzie Date: Thu, 13 May 2021 01:47:11 +0000 Subject: [PATCH] Updated the example config --- config.example | 37 +++++++++++++++++++++---------------- 1 file changed, 21 insertions(+), 16 deletions(-) diff --git a/config.example b/config.example index f984267..54c19a2 100644 --- a/config.example +++ b/config.example @@ -1,23 +1,28 @@ [player] music_directory = ~/Music -font_width = 11 -font_height = 24 -image_method = pixcat -volume_step = 5 -auto_close = false -album_art_only = false +font_width = 11 +font_height = 24 +image_method = pixcat +volume_step = 5 +auto_close = false +album_art_only = false +show_playlist = true + [mpd] -host = localhost -port = 6600 +host = localhost +port = 6600 # pass = example # [keybindings] -# > = next_track -# < = last_track -# + = volume_up -# - = volume_down -# p = play_pause -# q = quit -# h = help -# i = toggle_info +# > = next_track +# < = last_track +# + = volume_up +# - = volume_down +# p = play_pause +# q = quit +# h = help +# i = toggle_info +# up = select_up +# down = select_down +# enter = select