From 446918ba7cd97fe31e39f4b76bebdbf5a5cfd4e7 Mon Sep 17 00:00:00 2001 From: Kaholaz Date: Mon, 20 Feb 2023 02:11:52 +0100 Subject: [PATCH] Change tmux update interval to 10 seconds --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index e2e8756..efafa31 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -35,7 +35,7 @@ set -g default-terminal "screen-256color" set -g @plugin 'tinted-theming/base16-tmux' set -g @plugin 'thewtex/tmux-mem-cpu-load' set -g @colors-base16 'dracula' -set -g status-interval 1 +set -g status-interval 10 # loud or quiet? set -g visual-activity off