diff --git a/config/herdr/config.toml b/config/herdr/config.toml index e20af0ea..5c9f0525 100644 --- a/config/herdr/config.toml +++ b/config/herdr/config.toml @@ -88,3 +88,8 @@ mouse_capture = true # status-right had the zoom flag followed by #h tab_bar_right = [{ type = "zoom" }, { type = "hostname" }] + +# set -g set-titles on / set -g set-titles-string '#h:#W', where tmux's #W was +# the basename of the pane cwd. This is what Hyprland shows in the group bar, +# and it resolves on the server so remote sessions name the remote host. +window_title = "{hostname}: {workspace}"