Code

Added configuration option - set-xterm-title
[ncmpc.git] / doc / config.sample
1 ##
2 ## Configuration file for ncmpc (~/.ncmpc/config)
3 ## 
5 ## auto center (center the playing track in the playlist)
6 #auto-center = no
8 ## wide_cursor - make the cursor as wide as the screen
9 #wide-cursor = yes
11 ## wrapped cursor movement
12 #wrap-around = no
14 ## wrapped find mode
15 #find-wrap = yes
17 ## list-format
18 #list-format = "%name%|[%artist% - ]%title%|%file%"
20 ## status-format
21 #status-format = "[%artist% - ]%title%|%shortfile%"
23 ## sound audible bell on alerts
24 #audible-bell = yes
26 ## enable visible bell on alerts
27 #visible-bell = no
29 ## change the xterm title 
30 #set-xterm-title = no
32 ##
33 ## Color configuration
34 ##
35 ## colors: black,red,green,yellow,blue,magenta,cyan,white 
36 ##
38 ## enable/disable colors
39 #enable-colors = no
41 ## background colors: black,red,green,yellow,blue,magenta,cyan,white, none 
42 #color background = black
44 ## text colors: black, red, green, yellow, blue, magenta, cyan, white,
45 ##              brightblack, brightred, brightgreen, brightyellow, brightblue,
46 ##              brightmagenta, brightcyan, brightwhite
49 #color title = yellow
50 #color title-bold = brightyellow
51 #color line = white
52 #color line-flags = brightwhite
53 #color list = green
54 #color list-bold = brightgreen
55 #color progressbar = white
56 #color status-state = brightyellow
57 #color status-song  = yellow
58 #color status-time  = red
59 #color alert = brightred