From ef6585402e62a9d6b2fe0d120f27efcfa9cee127 Mon Sep 17 00:00:00 2001
From: "flyingscorpio@clevo" <tfranken@protonmail.com>
Date: Thu, 29 Sep 2022 15:53:00 +0200
Subject: [PATCH] Don't monitor tmux activity

---
 roles/tmux/files/tmux.conf | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/roles/tmux/files/tmux.conf b/roles/tmux/files/tmux.conf
index abcea11..65e4e7e 100644
--- a/roles/tmux/files/tmux.conf
+++ b/roles/tmux/files/tmux.conf
@@ -9,8 +9,7 @@ bind-key C-a send-prefix
 
 set-option -sg escape-time 1
 
-set-window-option -g monitor-activity on
-set-option -g visual-activity on
+set-window-option -g monitor-activity off
 
 set-option -g mode-keys vi
 set-option -g history-limit 10000