about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2019-12-27 15:13:57 +0100
committertoonn <toonn@toonn.io>2019-12-27 15:13:57 +0100
commit982cbf8db0f5dd00777a1227f9f673ddc294377c (patch)
treeaf302362d79a8b67c1ba990560d72f13ea11d925
parent604b2970964c9d3159807a29a690e03c8d796127 (diff)
downloadranger-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.
-rw-r--r--ranger/config/rc.conf6
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