summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrzej Rybczak <electricityispower@gmail.com>2009-08-24 21:16:53 +0200
committerAndrzej Rybczak <electricityispower@gmail.com>2009-08-24 21:16:53 +0200
commit2d9d22281a6c4d65a65740eb1c3cbfa090324d58 (patch)
treea9ae706ecb3f4092727605581c40d50d5ec45acf /doc
parent3998cb80f241a9b6f395678708859a147ee3305a (diff)
new config option: jump_to_now_playing_song_at_start (enabled by default)
Diffstat (limited to 'doc')
-rw-r--r--doc/config2
-rw-r--r--doc/ncmpcpp.13
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/config b/doc/config
index 97b57202..ecfda58c 100644
--- a/doc/config
+++ b/doc/config
@@ -201,6 +201,8 @@
#
#display_screens_numbers_on_start = "yes"
#
+#jump_to_now_playing_song_at_start = "yes"
+#
#ask_before_clearing_main_playlist = "no"
#
#clock_display_seconds = "no"
diff --git a/doc/ncmpcpp.1 b/doc/ncmpcpp.1
index 218370e6..5346c7c1 100644
--- a/doc/ncmpcpp.1
+++ b/doc/ncmpcpp.1
@@ -186,6 +186,9 @@ If set to "playlist", Search engine will perform searching in current MPD playli
.B display_screens_numbers_on_start = yes/no
If enabled, screens' names and their keybindings will be shown in header window until key is pressed, otherwise they won't be displayed at all.
.TP
+.B jump_to_now_playing_song_at_start = yes/no
+If enabled, ncmpcpp will jump at start to now playing song if mpd is playing or paused.
+.TP
.B ask_before_clearing_main_playlist = yes/no
If enabled, user will be asked if he really wants to clear the main playlist after pressing key responsible for that.
.TP