Code

Fixed path misstype, added seek-time, hide-cursor
[ncmpc.git] / doc / config.sample
index b0097dce1f1522447bacc75e1dae496a60e058bd..f3bcab541af3bd872a56735145d5af32f6ef89a5 100644 (file)
@@ -8,12 +8,41 @@
 ## wide_cursor - make the cursor as wide as the screen
 #wide-cursor = yes
 
+## wrapped cursor movement
+#wrap-around = no
+
+## wrapped find mode
+#find-wrap = yes
+
 ## list-format
 #list-format = "%name%|[%artist% - ]%title%|%file%"
 
 ## status-format
 #status-format = "[%artist% - ]%title%|%shortfile%"
 
+## sound audible bell on alerts
+#audible-bell = yes
+
+## 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
 
 ##
 ## Color configuration