commit 823bedbcc0fdc317e07b13f55aaec51294286cc3
parent 71830bbba4526823565bdc8e2ed140f365861967
Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de>
Date: Wed, 1 Aug 2018 13:38:20 +0200
Set tmux status update interval to 30
Apparently, there are sometimes display issues with a too small value.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tmux.conf b/tmux.conf
@@ -37,7 +37,7 @@ bind -n M-Down select-pane -D
set-option -g status on
# for tmux version < 2.1
#set -g status-utf8 on
-set -g status-interval 1 # default 15 secs
+set -g status-interval 30 # default 15 secs
# visual notification of activity in other windows
setw -g monitor-activity on