From f6a405657cbce5c5b5b8ddd61bbeaf291c2102aa Mon Sep 17 00:00:00 2001 From: bretello Date: Thu, 22 Jun 2023 11:26:38 +0200 Subject: [PATCH] tmux: disable monitor-activity by default --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 5686a88..3143f37 100644 --- a/tmux.conf +++ b/tmux.conf @@ -52,7 +52,7 @@ setw -g aggressive-resize on bind-key a send-prefix # Activity monitoring -setw -g monitor-activity on +# setw -g monitor-activity on set -g visual-activity on # hjkl pane traversal