new feature: support for merging screens together
This commit is contained in:
@@ -349,6 +349,13 @@
|
||||
#screen_switcher_mode = "sequence: 2 -> 3"
|
||||
#
|
||||
##
|
||||
## Default width of locked screen (in %).
|
||||
## Acceptable values are from 20 to 80.
|
||||
##
|
||||
#
|
||||
#locked_screen_width_part = "50"
|
||||
#
|
||||
##
|
||||
## Note: You can define startup screen for ncmpcpp
|
||||
## by choosing screen number from the list above.
|
||||
##
|
||||
|
||||
@@ -249,9 +249,12 @@ 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 screen_switcher_previous = SWITCHER_MODE
|
||||
.B screen_switcher_mode = 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 locked_screen_width_part = 20-80
|
||||
If you want to lock a screen, ncmpcpp asks for % of locked screen's width to be reserved before that and provides a default value, which is the one you can set here.
|
||||
.TP
|
||||
.B startup_screen = SCREEN_NUMBER
|
||||
Screen that has to be displayed at start (playlist by default).
|
||||
.TP
|
||||
|
||||
Reference in New Issue
Block a user