From 43a89fab0561fb076e31fd8096781a5bbf05fed2 Mon Sep 17 00:00:00 2001 From: Kalle Wallin Date: Wed, 14 Apr 2004 20:33:01 +0000 Subject: [PATCH] Renamed ncmpcrc.sample config.sample. git-svn-id: https://svn.musicpd.org/ncmpc/trunk@762 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- doc/Makefile.am | 2 +- doc/config.sample | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 doc/config.sample diff --git a/doc/Makefile.am b/doc/Makefile.am index 74e822e..dcf9e08 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ 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 new file mode 100644 index 0000000..d97f699 --- /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 + + + + -- 2.30.2