From 7ee81b005c31c9c1358b77049ef506d81ec7e80c Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 6 Jun 2024 10:45:11 +0300 Subject: [PATCH] chore(tmux): tweak visual bell and activity msg --- config/tmux/tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 6c7e34c..46e7701 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -76,7 +76,8 @@ set -g display-time 0 # Activity Monitoring (for when something happens in another pain) set -g monitor-activity on -set -g visual-activity on +set -g visual-activity off +set -g visual-bell off # Expose window title set-option -g set-titles on