new feature: customizable startup screen
This commit is contained in:
@@ -292,6 +292,12 @@
|
||||
##
|
||||
#screen_switcher_mode = "sequence: 2 -> 3"
|
||||
#
|
||||
##
|
||||
## Note: You can define startup screen for ncmpcpp
|
||||
## by choosing screen number from the list above.
|
||||
##
|
||||
#startup_screen = "2"
|
||||
#
|
||||
#jump_to_now_playing_song_at_start = "yes"
|
||||
#
|
||||
#ask_before_clearing_main_playlist = "no"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user