new feature: customizable startup screen

This commit is contained in:
Andrzej Rybczak
2010-02-13 11:55:59 +01:00
parent b01801ea22
commit ad74cfea2e
5 changed files with 22 additions and 1 deletions

View File

@@ -225,6 +225,9 @@ If enabled, screens' names and their keybindings will be shown in header window
.B screen_switcher_previous = SWITCHER_MODE
If set to "previous", key_screen_switcher will switch between current and last used screen. If set to "sequence: user_defined_sequence", it will switch between given sequence of screens. Syntax clarification can be found in example config file.
.TP
.B startup_screen = SCREEN_NUMBER
Screen that has to be displayed at start (playlist by default).
.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