From be7f5229bc53c34518c4c597e6eec53c2ef2f09c Mon Sep 17 00:00:00 2001 From: druckdev <63563978+druckdev@users.noreply.github.com> Date: Tue, 15 Sep 2020 01:23:13 +0200 Subject: [PATCH] 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. --- .config/ranger/rc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/ranger/rc.conf b/.config/ranger/rc.conf index faec95d..14fb75f 100644 --- a/.config/ranger/rc.conf +++ b/.config/ranger/rc.conf @@ -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.