diff options
Diffstat (limited to 'examples/rc_emacs.conf')
-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 |