From b2b8638b9a964c0cedb5aca48d9172f356308b23 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 14 Mar 2016 15:46:11 +1300 Subject: 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. --- tmux/tmux.conf | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tmux') 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] ' -- cgit v1.2.3