]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
tmux.conf: Reduce status line updates to one per minute.
authorSimon Ruderich <simon@ruderich.org>
Wed, 5 Sep 2012 13:15:51 +0000 (15:15 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 8 Oct 2012 14:29:11 +0000 (16:29 +0200)
tmux.conf

index 1083a7f6831b216dd13f28b8af490278c424f965..3a3bb78e2654922b519143ce1a34c63454ea57ee 100644 (file)
--- 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