Skip to content

Commit 04ee192

Browse files
committed
disable monitor-activy and visual-activity
1 parent eeb5227 commit 04ee192

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Tmux/core/options.tmux

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ set-option -g mouse on
3434
set-option -g repeat-time 4000
3535
set-option -g set-titles on
3636
37-
set-option -g monitor-activity on
37+
set-option -g monitor-activity off
3838
3939
set-option -g status-interval 1
4040
set-option -g status-keys vi
4141
set-window-option -g mode-keys vi
4242
4343
set-option -g status-position top
4444
45-
set-option -g visual-activity on
45+
set-option -g visual-activity off
4646
set-option -g visual-bell off
4747
set-option -g visual-silence off
4848
set-option -g word-separators '-_@'

0 commit comments

Comments
 (0)