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 /examples | |
parent | 3f8e7c14103a6570b0e55fbcf84242c86f42a7cb (diff) | |
parent | 1c4c46c3f62023df361044715840c0ce1225af45 (diff) | |
download | ranger-604b2970964c9d3159807a29a690e03c8d796127.tar.gz |
Merge branch 'siikamiika-feat-update-icon-title'
Diffstat (limited to 'examples')
-rw-r--r-- | examples/rc_emacs.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/rc_emacs.conf b/examples/rc_emacs.conf index a69d68fe..3b086efd 100644 --- a/examples/rc_emacs.conf +++ b/examples/rc_emacs.conf @@ -131,10 +131,11 @@ set display_free_space_in_status_bar true # Display files tags in all columns or only in main column? set display_tags_in_all_columns true -# Set a title for the window? +# Set a title for the window? Updates both `WM_NAME` and `WM_ICON_NAME` +# properties. set update_title false -# Set the title to "ranger" in the tmux program? +# Set the tmux window-name to "ranger"? set update_tmux_title true # Shorten the title if it gets long? The number defines how many |