diff options
author | toonn <toonn@toonn.io> | 2019-12-27 15:13:57 +0100 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2019-12-27 15:13:57 +0100 |
commit | 982cbf8db0f5dd00777a1227f9f673ddc294377c (patch) | |
tree | af302362d79a8b67c1ba990560d72f13ea11d925 /ranger | |
parent | 604b2970964c9d3159807a29a690e03c8d796127 (diff) | |
download | ranger-982cbf8db0f5dd00777a1227f9f673ddc294377c.tar.gz |
Drop the update_icon_title setting
I forgot to remove the setting from `rc.conf` when I merged the behavior into the `update_title` setting.
Diffstat (limited to 'ranger')
-rw-r--r-- | ranger/config/rc.conf | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ranger/config/rc.conf b/ranger/config/rc.conf index 4a1b14e9..ab24f287 100644 --- a/ranger/config/rc.conf +++ b/ranger/config/rc.conf @@ -179,12 +179,8 @@ 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 update_title false - # Set a title for the window? Updates both `WM_NAME` and `WM_ICON_NAME` -# properties. -set update_icon_title false +set update_title false # Set the tmux window-name to "ranger"? set update_tmux_title true |