commit 616a10e0267a58af33f59213ba9a1c849b9ae42c
parent 823bedbcc0fdc317e07b13f55aaec51294286cc3
Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de>
Date: Wed, 1 Aug 2018 15:59:16 +0200
Undo last commit
Seems the status interval rate wasn't the problem.
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 30 # default 15 secs
+set -g status-interval 1 # default 15 secs
# visual notification of activity in other windows
setw -g monitor-activity on