aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ncmpcrc.sample
diff options
context:
space:
mode:
authorKalle Wallin <kaw@linux.se>2004-03-31 13:53:33 +0000
committerKalle Wallin <kaw@linux.se>2004-03-31 13:53:33 +0000
commit0f19ec9cc112f1368ad267388ed07c02ae631076 (patch)
tree2fd58ef0bc33ac8648aecec34caef96176f92efa /doc/ncmpcrc.sample
parent87e9bd7ada6d46718f1c72ec854b5bb6dcabb657 (diff)
downloadmpd-0f19ec9cc112f1368ad267388ed07c02ae631076.tar.gz
mpd-0f19ec9cc112f1368ad267388ed07c02ae631076.tar.xz
mpd-0f19ec9cc112f1368ad267388ed07c02ae631076.zip
Documentation changes for the 0.10.0 realease.
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@555 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc/ncmpcrc.sample')
-rw-r--r--doc/ncmpcrc.sample39
1 files changed, 39 insertions, 0 deletions
diff --git a/doc/ncmpcrc.sample b/doc/ncmpcrc.sample
new file mode 100644
index 000000000..98d34c699
--- /dev/null
+++ b/doc/ncmpcrc.sample
@@ -0,0 +1,39 @@
+#
+# Configuration file for ncmpc (~/.ncmpcrc)
+#
+
+
+#
+# Color configuration
+#
+# colors: black,red,green,yellow,blue,magenta,cyan,white
+#
+
+# enable/disable colors
+enable_colors = yes
+
+# background color
+#background_color = blue
+
+# text colors
+#title_color = white
+#line_color = green
+#list_color = yellow
+#progress_color = green
+#status_color = white
+#alert_color = yellow
+
+
+#
+# Key bindings - NOT IMPLEMENTED
+#
+# key_up = 13
+
+
+#
+# Key names - NOT IMPLEMENTED
+#
+#key_name 13 Enter
+#
+
+