diff options
author | June McEnroe <june@causal.agency> | 2013-06-07 23:54:24 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2013-06-07 23:54:24 -0400 |
commit | 2e304a9304ec3b4ef624d9f81ffb58dca30520b9 (patch) | |
tree | 9e96388f7d2cf66c1c0bc6eddf297ec400303d0c /.ncmpcpp | |
parent | Update terminal configuration (diff) | |
download | src-2e304a9304ec3b4ef624d9f81ffb58dca30520b9.tar.gz src-2e304a9304ec3b4ef624d9f81ffb58dca30520b9.zip |
Tweak ncmpcpp config
Diffstat (limited to '.ncmpcpp')
-rw-r--r-- | .ncmpcpp/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.ncmpcpp/config b/.ncmpcpp/config index 766e0abd..367270e8 100644 --- a/.ncmpcpp/config +++ b/.ncmpcpp/config @@ -266,7 +266,7 @@ visualizer_output_name = "My FIFO" ## not available. ## # -#song_columns_list_format = "(7f)[green]{l} (25)[cyan]{a} (40)[]{t|f} (30)[red]{b}" +song_columns_list_format = "(7f)[green]{l} (25)[cyan]{a} (40)[]{t|f:Title} (30)[red]{b}" # ##### various settings ##### # @@ -329,7 +329,7 @@ media_library_left_column = "A" #(possible values: a,y,g,c,p, legend above) # #statusbar_visibility = "yes" # -#titles_visibility = "yes" +titles_visibility = "no" # #header_text_scrolling = "yes" # @@ -404,7 +404,7 @@ media_library_left_column = "A" #(possible values: a,y,g,c,p, legend above) # #jump_to_now_playing_song_at_start = "yes" # -ask_before_clearing_main_playlist = "yes" +ask_before_clearing_main_playlist = "no" # #clock_display_seconds = "no" # |