about summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2019-12-22 20:14:04 +0100
committertoonn <toonn@toonn.io>2019-12-22 22:38:31 +0100
commit1c4c46c3f62023df361044715840c0ce1225af45 (patch)
tree2dd7e897a962a5da78cbb58e542ad16728db5ace /doc
parenta9a85c201eda486ff7d3be9b06fca705d4675612 (diff)
downloadranger-1c4c46c3f62023df361044715840c0ce1225af45.tar.gz
Merge the title settings
Upon further consideration we've reconsidered and decided to merge the
seperate title update settings.
Diffstat (limited to 'doc')
-rw-r--r--doc/ranger.111
-rw-r--r--doc/ranger.pod8
2 files changed, 6 insertions, 13 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1
index a6e20b4c..84ef458f 100644
--- a/doc/ranger.1
+++ b/doc/ranger.1
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man 4.10 (Pod::Simple 3.35)
+.\" Automatically generated by Pod::Man 4.11 (Pod::Simple 3.35)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "RANGER 1"
-.TH RANGER 1 "ranger-1.9.2" "2019-10-02" "ranger manual"
+.TH RANGER 1 "ranger-1.9.2" "2019-12-22" "ranger manual"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -1105,13 +1105,10 @@ a \s-1BIDI\s0 algorithm to reverse the relevant parts of the text.
 Requires the python-bidi pip package.
 .IP "update_title [bool]" 4
 .IX Item "update_title [bool]"
-Set a window title?
-.IP "update_icon_title [bool]" 4
-.IX Item "update_icon_title [bool]"
-Set an icon title?
+Set a window title? Updates both the \fI\s-1WM_NAME\s0\fR and \fI\s-1WM_ICON_NAME\s0\fR properties.
 .IP "update_tmux_title [bool]" 4
 .IX Item "update_tmux_title [bool]"
-Set the title to \*(L"ranger\*(R" in the tmux program?
+Set the tmux \fIwindow-name\fR to \*(L"ranger\*(R"?
 .IP "use_preview_script [bool] <zv>" 4
 .IX Item "use_preview_script [bool] <zv>"
 Use the preview script defined in the setting \fIpreview_script\fR?
diff --git a/doc/ranger.pod b/doc/ranger.pod
index 852afcdc..fda1cbc6 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -1148,15 +1148,11 @@ Requires the python-bidi pip package.
 
 =item update_title [bool]
 
-Set a window title?
-
-=item update_icon_title [bool]
-
-Set an icon title?
+Set a window title? Updates both the I<WM_NAME> and I<WM_ICON_NAME> properties.
 
 =item update_tmux_title [bool]
 
-Set the title to "ranger" in the tmux program?
+Set the tmux I<window-name> to "ranger"?
 
 =item use_preview_script [bool] <zv>