diff --git a/profiles/develop/tmux/tmux.conf b/profiles/develop/tmux/tmux.conf index a3df348d..59431da5 100644 --- a/profiles/develop/tmux/tmux.conf +++ b/profiles/develop/tmux/tmux.conf @@ -4,6 +4,9 @@ set -g mouse on # autmatic window name setw -g automatic-rename on +# only update status line once per minute +set -g status-interval 60 + # Enable focus events set -g focus-events on