From c7c897cb4f6b3cc1fdf8db7f88c227ecf495a5ec Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 10 Aug 2026 10:28:39 +0200 Subject: [PATCH] Follow herdr's new tab bar status config (#6674) --- config/herdr/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/herdr/config.toml b/config/herdr/config.toml index 45bec507..e20af0ea 100644 --- a/config/herdr/config.toml +++ b/config/herdr/config.toml @@ -86,5 +86,5 @@ prompt_new_tab_name = false # set -g mouse on mouse_capture = true -# tmux showed #h in status-right; the ZOOM flag shows there automatically -tab_bar_hostname = true +# status-right had the zoom flag followed by #h +tab_bar_right = [{ type = "zoom" }, { type = "hostname" }]