aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-03-01 00:21:25 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-03-01 00:21:25 +1300
commit408074c9ca53d8e3a633dcd6f447a6d1e01fe28d (patch)
tree0e5865f947be9f691e9512cdbf49bba42e2f1b4a
parentLots of tmux changes. (diff)
downloaddotfiles-408074c9ca53d8e3a633dcd6f447a6d1e01fe28d.tar.gz
dotfiles-408074c9ca53d8e3a633dcd6f447a6d1e01fe28d.zip
Remove incompatible lines for alert windows.
Turns out these don't work on Tmux 1.6 because the names of the options have been changed. I like the new ones better but need to remain operable with 1.5, so given that Tmux doesn't have version blocks for its configuration file, this is probably the best thing.
-rw-r--r--tmux/tmux.conf5
1 files changed, 0 insertions, 5 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index c67dd116..54ad7431 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -102,8 +102,3 @@ set-window-option -g mode-bg colour18
# Monitor window activity.
set-window-option -g monitor-activity on
-# Make windows with activity a slightly brighter shade of grey.
-set-window-option -g window-status-alert-attr none
-set-window-option -g window-status-alert-fg colour248
-set-window-option -g window-status-alert-bg colour240
-