From 0f0508eaf95c4337a3b17d729badf10b9dd55622 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Thu, 4 Apr 2024 00:12:45 +0200 Subject: Dotfiles: Tmux: Show process name in window name unless its zsh --- dotfiles/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dotfiles') diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf index c2542a1..b14db0b 100644 --- a/dotfiles/tmux.conf +++ b/dotfiles/tmux.conf @@ -51,6 +51,8 @@ set -g @resurrect-capture-pane-contents 'on' set -g @resurrect-hook-post-save-all "sed 's/--cmd[^ ]* [^ ]* [^ ]*//g' $resurrect_dir/last | sponge $resurrect_dir/last" set -g @resurrect-strategy-nvim 'session' set -g @resurrect-processes '"~nvim"' +set -g @catppuccin_window_default_text "#{?#{==:#{pane_current_command},zsh},#{b:pane_current_path},#{pane_current_command}}" +set -g @catppuccin_window_current_text "#{?#{==:#{pane_current_command},zsh},#{b:pane_current_path},#{pane_current_command}}" set -g @catppuccin_flavour 'mocha' set -g @continuum-restore 'on' set -g @continuum-save-interval 4 -- cgit 1.4.1