From acb0c9f9d65e504ef5a30b3c6250e043d92667a3 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 5 Sep 2012 15:15:51 +0200 Subject: [PATCH] tmux.conf: Reduce status line updates to one per minute. --- tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux.conf b/tmux.conf index 1083a7f..3a3bb78 100644 --- a/tmux.conf +++ b/tmux.conf @@ -57,6 +57,9 @@ set-option -g status-right "#(uptime | sed 's/^.*load averages*: //; s/,//g') #H set-window-option -g window-status-format "#I #W#F" set-window-option -g window-status-current-format "#I #W#F" +# Update status line commands (#(..)) only every minute. +set-option -g status-interval 60 + # BINDINGS -- 2.44.2