commit 0e6cd26877d9729e4adec81847ea41fa0d9ad946
parent 6052aa6f5cbf4b58e4e0279204b4637dc0cb1ad6
Author: Anders Damsgaard <andersd@riseup.net>
Date: Fri, 24 Nov 2017 13:46:53 -0500
decrease tmux status interval
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/links/.tmux.conf b/links/.tmux.conf
@@ -30,7 +30,7 @@ setw -g window-status-current-format \
'#[fg=white]#[bg=default](#I #W#[fg=white]) #[fg=#999999]|'
set -g status-bg default # background color for status bar
set -g status-position top # put status bar on top or bottom
-set -g status-interval 5 # interval in s to update status
+set -g status-interval 2 # interval in s to update status
set -g status-justify left # horizontal alignment
set -g message-style fg=white,bg=black # appearance of status messages
set -g message-command-style fg=white # appearance of status message cmds