From b34f8086ec1a2886e5a1005e46889ba4d6befe97 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 8 Apr 2014 18:43:27 +0200 Subject: Cleaned up config --- .ncmpcpp/config | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to '.ncmpcpp') diff --git a/.ncmpcpp/config b/.ncmpcpp/config index f4372c9..36a75aa 100644 --- a/.ncmpcpp/config +++ b/.ncmpcpp/config @@ -1,6 +1,6 @@ # MPD mpd_music_dir = "~/.mpd/folders/" -mpd_crossfade_time = "1" +mpd_crossfade_time = "1" ## SCRIPT #execute_on_song_change = "notify_mpc > /dev/null" @@ -31,8 +31,8 @@ fetch_lyrics_for_current_song_in_background = "yes" user_interface = "alternative" now_playing_prefix = "$r" now_playing_suffix = "$/r" -ignore_leading_the = "yes" -mouse_support = "no" +#ignore_leading_the = "yes" +mouse_support = "yes" autocenter_mode = "yes" centered_cursor = "yes" progressbar_look = " " @@ -41,7 +41,7 @@ header_visibility = "no" statusbar_visibility = "no" titles_visibility = "no" screen_switcher_mode = "sequence: 2 -> 3 -> 9 -> 10" -empty_tag_marker = "[empty]" +empty_tag_marker = "" #LASTFM lastfm_preferred_language = "en" @@ -52,9 +52,9 @@ lastfm_preferred_language = "en" # name "my_fifo" # path "/tmp/mpd.fifo" #} -visualizer_in_stereo = "yes" -visualizer_fifo_path = "/tmp/mpd.fifo" -visualizer_output_name = "mpd_fifo" +visualizer_in_stereo = "yes" +visualizer_fifo_path = "/tmp/mpd.fifo" +visualizer_output_name = "mpd_fifo" visualizer_sync_interval = "30" -visualizer_type = "spectrum" # spectrum/wave -visualizer_color = "blue" +visualizer_type = "spectrum" # spectrum/wave +visualizer_color = "blue" -- cgit v1.2.3-54-g00ecf