From dc6690adbabb0a45bcb8a3dfbebb92fe2d7c0be8 Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Tue, 17 Dec 2019 17:31:14 -0700 Subject: [PATCH] develop#tmux: update status every minute --- profiles/develop/tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) 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