set mpd_communication_mode to 'notifications' by default

This commit is contained in:
Andrzej Rybczak
2010-04-15 19:28:29 +02:00
parent 097632b088
commit f617ccfc4d
3 changed files with 3 additions and 3 deletions

View File

@@ -341,7 +341,7 @@ void NcmpcppConfig::SetDefaults()
window_border = brGreen;
active_window_border = brRed;
media_lib_primary_tag = MPD_TAG_ARTIST;
enable_idle_notifications = false;
enable_idle_notifications = true;
colors_enabled = true;
fancy_scrolling = true;
playlist_show_remaining_time = false;