X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=doc%2Fconfig.sample;h=1b40092e01e4461fcad9b219c81c8430ff08f0bc;hb=842b903eecc94b0cdf4a68241450116e2fe31f8e;hp=f123bb1237de7c2fcc9102fc25f64dd9ca9a5472;hpb=17320704d8c99baf7071fa335ab56507e5382428;p=ncmpc.git diff --git a/doc/config.sample b/doc/config.sample index f123bb1..1b40092 100644 --- a/doc/config.sample +++ b/doc/config.sample @@ -12,13 +12,16 @@ ## Connect to mpd using the specified password. #password = "secret" +## Reconnect after NUM seconds of MPD not responding. +#timeout = 5 + ############## Interface #################### ## Enable mouse support (if enabled at compile time). #enable-mouse = no ## A list of screens to cycle through when using ## the previous/next screen commands (tab and shift+tab). -## names: playlist browse help artist search song keydef lyrics outputs +## names: playlist browse help artist search song keydef lyrics outputs chat #screen-list = playlist browse ## Default search mode for the search screen. The mode is an @@ -60,6 +63,9 @@ ## Make the cursor as wide as the screen. #wide-cursor = yes +## Use the terminal's hardware cursor instead of inverse colors +#hardware-cursor = yes + ## Hide playlist cursor after x seconds (0 disables this feature). #hide-cursor = 5 @@ -73,6 +79,9 @@ ## The format used to display songs in the main window. #list-format = "%name%|[%artist% - ]%title%|%file%" +## The format used to display songs in the search window. +#search-format = "%name%|[%artist% - ]%title%|%file%" + ## The format used to display songs on the status line. #status-format = "[%artist% - ]%title%|%shortfile%" @@ -95,45 +104,63 @@ ## The format used to for the xterm title when ncmpc is playing. #xterm-title-format = "ncmpc: [ %name%|[%artist% - ]%title%|%file%]" +## Automatically save the lyrics after receiving them. +#lyrics-autosave = no + +## The text editor used for editing lyrics. +#text-editor = emacs + +## Ask before starting an editor. +#text-editor-ask = yes + +## The prefix of chat messages +#chat-prefix = " " + +## Display song length in second column +#second-column = yes + ############## Colors ####################### +## colors: none, black, red, green, yellow, blue, magenta, cyan, white +## attributes: standout, underline, reverse, blink, dim, bold ## -## base colors: black, red, green, yellow, blue, magenta, cyan, white -## +## Colors can also be given as an integer representing a terminal specific +## color code. The special color, none, represents the terminals default color. ## Enable/disable colors. #enable-colors = no -## Set the background color. If the background color is assigned -## to the keyword none, ncmpc will not change the background color. +## Set the background color. #color background = black -## text colors: black, red, green, yellow, blue, magenta, cyan, white, -## brightblack, brightred, brightgreen, brightyellow, brightblue, -## brightmagenta, brightcyan, brightwhite - ## Set the text color for the title row. #color title = yellow ## Set the text color for the title row (the bold part). -#color title-bold = brightyellow +#color title-bold = yellow,bold ## Set the color of the line on the second row. #color line = white ## Set the text color used to indicate mpd flags on the second row. -#color line-flags = brightwhite +#color line-flags = white,bold ## Set the text color in the main area of ncmpc. #color list = green ## Set the bold text color in the main area of ncmpc. -#color list-bold = brightgreen +#color list-bold = green,bold + +## Sets the text color of directories in the browser +#color browser-directory = yellow + +## Sets the text color of playlists in the browser +#color browser-playlist = red ## Set the color of the progress indicator. #color progressbar = white ## Set the text color used to display mpd status in the status window. -#color status-state = brightyellow +#color status-state = yellow,bold ## Set the text color used to display song names in the status window. #color status-song = yellow @@ -142,7 +169,7 @@ #color status-time = red ## Text color used to display alerts in the status window. -#color alert = brightred +#color alert = red,bold ## Redefine any of the base colors. ## The RGB values must be an integer value between 0 and 1000.