diff options
Diffstat (limited to '')
-rw-r--r-- | doc/config.sample | 2 | ||||
-rw-r--r-- | doc/ncmpc.1 | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/config.sample b/doc/config.sample index 2f8ba1cec..755068dcc 100644 --- a/doc/config.sample +++ b/doc/config.sample @@ -26,6 +26,8 @@ ## enable visible bell on alerts #visible-bell = no +## change the xterm title +#set-xterm-title = no ## ## Color configuration diff --git a/doc/ncmpc.1 b/doc/ncmpc.1 index fb1dfa61d..ac3a65a21 100644 --- a/doc/ncmpc.1 +++ b/doc/ncmpc.1 @@ -84,6 +84,9 @@ Sound audible bell on alerts. .B visible\-bell = yes|no Visible bell on alerts. .TP +.B set\-xterm\-title = yes|no +Change the XTerm title (ncmpc will not restore the title). +.TP .B list\-format = SONG FORMAT The format used to display songs in the main window. .TP |