aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-03-14 15:46:11 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-03-14 15:46:11 +1300
commitb2b8638b9a964c0cedb5aca48d9172f356308b23 (patch)
tree2af0a3de34756c7e9408a6b3bcfeaa2aba50227a /tmux/tmux.conf
parentOnly show git VCS stuff by default (diff)
downloaddotfiles-b2b8638b9a964c0cedb5aca48d9172f356308b23.tar.gz
dotfiles-b2b8638b9a964c0cedb5aca48d9172f356308b23.zip
Remove monitor-activity from tmux config
It looks like the most recent development version of tmux, intentionally or not, puts the activity monitor style and format icon ahead in precedence of the bell style and format icon. I don't like this, as I use activity as a minor alert, and bells as a major one. A bell from my apps means "look at this window now". I can do without activity monitoring, so I've simply turned it off, but I'm still pretty disappointed. Hopefully it's just a mistake; I'll see if I can find the relevant changes shortly.
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r--tmux/tmux.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 10d0a913..fe5f280e 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -73,10 +73,6 @@ bind-key B break-pane -d
# and windows, I prefer to drill down
bind-key s choose-session
-# Show a sigil in the window title when activity
-set-window-option -g monitor-activity on
-set-window-option -g window-status-activity-attr none
-
# Session title on the left side of the status bar
set-option -g status-left '[#S] '