Code

Made the xterm title dynamic, added configuration option xterm-title-format
[ncmpc.git] / doc / config.sample
index ecbc8cc41b2d415a01c7ab330e43b4cf338086f4..0630296d5bc3c99a7d21bb1513b6f29eceb36692 100644 (file)
@@ -8,12 +8,29 @@
 ## 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%|%basename%"
+#status-format = "[%artist% - ]%title%|%shortfile%"
+
+## sound audible bell on alerts
+#audible-bell = yes
+
+## enable visible bell on alerts
+#visible-bell = no
+
+## change the xterm title 
+#set-xterm-title = no
 
+## xterm title format
+#xterm-title-format = "ncmpc: [ %name%|[%artist% - ]%title%|%file%]"
 
 ##
 ## Color configuration