summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-08-15 09:34:17 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-08-17 16:18:14 -0700
commit8076ce6eb36e475fdbe13304c1b0d692c60f54a7 (patch)
tree1052eee3ec5cfab32aee381f01736f205b182fdc /.tmux.conf
parent0277189d5fe4ac4a452a2568db4d5ec97c793286 (diff)
downloaddotfiles-8076ce6eb36e475fdbe13304c1b0d692c60f54a7.tar.gz
tmux: stop monitoring activity: too many false positives
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/.tmux.conf b/.tmux.conf
index afa2db00..6b1d6842 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -11,8 +11,8 @@ set -sg escape-time 1
set -g default-terminal "screen-256color"
-set -wg monitor-activity on
-set -g visual-activity on
+# set -wg monitor-activity on
+# set -g visual-activity on
# ---- bindings ----