diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2019-07-25 23:37:13 +0300 |
---|---|---|
committer | siikamiika <siikamiika@users.noreply.github.com> | 2019-07-25 23:37:13 +0300 |
commit | f953c1c29de70ed54e43629222a3a170b08a42ac (patch) | |
tree | d7bebd02b80c3e8c0bf685d249cc12e3cbbfb227 /examples | |
parent | 669100aad83e3a51f140b6085d836a8260eda8d0 (diff) | |
download | ranger-f953c1c29de70ed54e43629222a3a170b08a42ac.tar.gz |
add update_icon_title option
resolves #1637
Diffstat (limited to 'examples')
-rw-r--r-- | examples/rc_emacs.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/rc_emacs.conf b/examples/rc_emacs.conf index 0462282e..ac3937bf 100644 --- a/examples/rc_emacs.conf +++ b/examples/rc_emacs.conf @@ -131,6 +131,9 @@ set display_tags_in_all_columns true # Set a title for the window? set update_title false +# Set a title for the icon? +set update_icon_title false + # Set the title to "ranger" in the tmux program? set update_tmux_title true |