summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b3c2cde)
raw | patch | inline | side by side (parent: b3c2cde)
author | Kalle Wallin <kaw@linux.se> | |
Wed, 14 Apr 2004 20:33:01 +0000 (20:33 +0000) | ||
committer | Kalle Wallin <kaw@linux.se> | |
Wed, 14 Apr 2004 20:33:01 +0000 (20:33 +0000) |
doc/Makefile.am | patch | blob | history | |
doc/config.sample | [new file with mode: 0644] | patch | blob |
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 74e822e671675b317f0ac17be45a740f699e8f9d..dcf9e0840e7d6deebcb00667e1fc0df68cc99a8a 100644 (file)
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
man_MANS = ncmpc.1
docdir = $(prefix)/share/doc/$(PACKAGE)
-doc_DATA = ncmpcrc.sample ncmpc.lirc
+doc_DATA = config.sample keys.sample ncmpc.lirc
EXTRA_DIST = $(man_MANS) $(doc_DATA)
diff --git a/doc/config.sample b/doc/config.sample
--- /dev/null
+++ b/doc/config.sample
@@ -0,0 +1,33 @@
+##
+## Configuration file for ncmpc (~/.ncmpc/config)
+##
+
+## auto center (center the playing track in the playlist)
+#auto_center = no
+
+## wide_cursor - make the cursor as wide as the screen
+#wide_cursor = no
+
+##
+## Color configuration
+##
+## colors: black,red,green,yellow,blue,magenta,cyan,white
+##
+
+## enable/disable colors
+#enable_colors = no
+
+## background color
+#background_color = black
+
+## text colors
+#title_color = white
+#line_color = green
+#list_color = yellow
+#progress_color = green
+#status_color = white
+#alert_color = yellow
+
+
+
+