diff --git a/nix/homeModules/common/tmux/tmux.conf b/nix/homeModules/common/tmux/tmux.conf index 60b8f34e..688ac639 100644 --- a/nix/homeModules/common/tmux/tmux.conf +++ b/nix/homeModules/common/tmux/tmux.conf @@ -39,6 +39,10 @@ set -g window-status-format " #{pane_current_command}" set -g window-status-current-style "fg=#{@FG},bold,bg=#{@VISUAL}" set -g window-status-current-format " #{pane_current_command}" +# Export name to the window (so xmobar can see it) +set -g set-titles on +set -g set-titles-string "#W (#S)" + # pane border (separator) set -g pane-border-style "fg=#{@VISUAL}" set -g pane-active-border-style "fg=#{@ACCENT}"