Code

added scroll-offset option; fixed scrolling bug
[ncmpc.git] / doc / config.sample
index 755068dcc6f62bca31f6d70321160d1fbada3075..f15cbd95f421e1b98016485e5e76e557023cc329 100644 (file)
@@ -2,6 +2,11 @@
 ## Configuration file for ncmpc (~/.ncmpc/config)
 ## 
 
+## screen list - used when navigating with next-screen (tab) and 
+## previous-screen (shift+tab) 
+## names: playlist browse help artist clock
+#screen-list = playlist artist
+
 ## auto center (center the playing track in the playlist)
 #auto-center = no
 
 ## wrapped find mode
 #find-wrap = yes
 
+## ring bell when find wraps around
+#bell-on-wrap = no
+
+## show last pattern when using find
+#find-show-last = no
+
 ## list-format
 #list-format = "%name%|[%artist% - ]%title%|%file%"
 
 ## enable visible bell on alerts
 #visible-bell = no
 
+## hide playlist cursor after x seconds (0 disables this feature)
+#hide-cursor = 5
+
 ## change the xterm title 
 #set-xterm-title = no
 
+## xterm title format
+#xterm-title-format = "ncmpc: [ %name%|[%artist% - ]%title%|%file%]"
+
+## enable mouse events 
+#enable-mouse = no
+
+## seek time (default 1s)
+#seek-time = 3
+
+## mpd crossfade time 
+##crossfade-time = 10
+
+## scroll long titles
+#scroll = yes
+
+## separator to use when scrolling
+#scroll-sep = " *** "
+
 ##
 ## Color configuration
 ##