diff options
author | toonn <toonn@toonn.io> | 2019-12-22 22:43:38 +0100 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2019-12-22 22:43:38 +0100 |
commit | 604b2970964c9d3159807a29a690e03c8d796127 (patch) | |
tree | f83ce9c166a2c1ea72351fe8a7b05a7aaa519897 /doc | |
parent | 3f8e7c14103a6570b0e55fbcf84242c86f42a7cb (diff) | |
parent | 1c4c46c3f62023df361044715840c0ce1225af45 (diff) | |
download | ranger-604b2970964c9d3159807a29a690e03c8d796127.tar.gz |
Merge branch 'siikamiika-feat-update-icon-title'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 4 | ||||
-rw-r--r-- | doc/ranger.pod | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index 6b23bbfb..0d3efc16 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -1166,10 +1166,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? +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 4f53ae35..5d6f9b01 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -1249,11 +1249,11 @@ Requires the python-bidi pip package. =item update_title [bool] -Set a window 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> |