diff options
author | Kalle Wallin <kaw@linux.se> | 2004-04-05 08:56:50 +0000 |
---|---|---|
committer | Kalle Wallin <kaw@linux.se> | 2004-04-05 08:56:50 +0000 |
commit | cc10008d7908ddfe9379c94ae0930b182f078046 (patch) | |
tree | 6f6e3bc4c41802b3c313c7658c07d523b19572c9 /doc/ncmpcrc.sample | |
parent | abf8689484dfd459dbac86fc5a623c854ab2a377 (diff) | |
download | mpd-cc10008d7908ddfe9379c94ae0930b182f078046.tar.gz mpd-cc10008d7908ddfe9379c94ae0930b182f078046.tar.xz mpd-cc10008d7908ddfe9379c94ae0930b182f078046.zip |
Added support for (auto) center/focus playlists.
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@604 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | doc/ncmpcrc.sample | 40 |
1 files changed, 21 insertions, 19 deletions
diff --git a/doc/ncmpcrc.sample b/doc/ncmpcrc.sample index 98d34c699..bebae0817 100644 --- a/doc/ncmpcrc.sample +++ b/doc/ncmpcrc.sample @@ -1,21 +1,23 @@ -# -# Configuration file for ncmpc (~/.ncmpcrc) -# +## +## Configuration file for ncmpc (~/.ncmpcrc) +## +## auto center (center the playing track in the playlist) +#auto_center = no -# -# Color configuration -# -# colors: black,red,green,yellow,blue,magenta,cyan,white -# +## +## Color configuration +## +## colors: black,red,green,yellow,blue,magenta,cyan,white +## -# enable/disable colors -enable_colors = yes +## enable/disable colors +#enable_colors = yes -# background color +## background color #background_color = blue -# text colors +## text colors #title_color = white #line_color = green #list_color = yellow @@ -24,16 +26,16 @@ enable_colors = yes #alert_color = yellow -# -# Key bindings - NOT IMPLEMENTED -# +## +## Key bindings - NOT IMPLEMENTED +## # key_up = 13 -# -# Key names - NOT IMPLEMENTED -# +## +## Key names - NOT IMPLEMENTED +## #key_name 13 Enter -# + |