diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-12-27 08:27:13 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-12-27 08:27:13 +0300 |
commit | 08df6f536afcfd5199f7cee9e79f479507bd1e60 (patch) | |
tree | ac054b5c82f60a38144d6d9d24ae98d4d9785ad9 /%HOME% | |
parent | .bashrc: launch nnn automatically (diff) | |
download | linux-home-08df6f536afcfd5199f7cee9e79f479507bd1e60.tar.gz linux-home-08df6f536afcfd5199f7cee9e79f479507bd1e60.zip |
tmux: don't monitor activity
Diffstat (limited to '%HOME%')
-rw-r--r-- | %HOME%/.tmux.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/%HOME%/.tmux.conf b/%HOME%/.tmux.conf index 436d7a0..6b67ee1 100644 --- a/%HOME%/.tmux.conf +++ b/%HOME%/.tmux.conf @@ -44,9 +44,6 @@ set -g status-interval 5 # The following settings I don't totally understand/need, but they looked # sensible enough, and they were recommended at least somewhere. -set-window-option -g monitor-activity on -set -g visual-activity on - set -g focus-events on set-window-option -g aggressive-resize on |