Let ranger not set the tmux title

Apparently there is a bug in my st setup that leads to the window title
being changed independently of tmux running.
Since my i3 setup checks for the window name for the scratchpad terminal
this has to stop.
This commit is contained in:
2020-09-15 01:23:13 +02:00
parent fdb9dbe92e
commit be7f5229bc

View File

@@ -167,7 +167,7 @@ set display_tags_in_all_columns true
set update_title false
# Set the tmux/screen window-name to "ranger"?
set update_tmux_title true
set update_tmux_title false
# Shorten the title if it gets long? The number defines how many
# directories are displayed at once, 0 turns off this feature.