diff options
author | toonn <toonn@toonn.io> | 2019-12-22 20:14:04 +0100 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2019-12-22 22:38:31 +0100 |
commit | 1c4c46c3f62023df361044715840c0ce1225af45 (patch) | |
tree | 2dd7e897a962a5da78cbb58e542ad16728db5ace /examples | |
parent | a9a85c201eda486ff7d3be9b06fca705d4675612 (diff) | |
download | ranger-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 'examples')
-rw-r--r-- | examples/rc_emacs.conf | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/examples/rc_emacs.conf b/examples/rc_emacs.conf index ba8eaaeb..3b086efd 100644 --- a/examples/rc_emacs.conf +++ b/examples/rc_emacs.conf @@ -131,13 +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 a title for the icon? -set update_icon_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 |