aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-09-14 01:21:42 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-09-14 01:21:42 +1200
commit942629312de9e178dbd698004383a0230993e8d3 (patch)
treedfd535f6ffeb6051d529269a4f2c9cdee2719083 /tmux/tmux.conf
parentLet's be thorough (diff)
downloaddotfiles-942629312de9e178dbd698004383a0230993e8d3.tar.gz
dotfiles-942629312de9e178dbd698004383a0230993e8d3.zip
Don't really want tmux to flare on every alert
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r--tmux/tmux.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index b739700c..1195d322 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -61,8 +61,8 @@ set-option -g status-bg colour237
set-option -g status-fg colour248
set-window-option -g mode-bg colour18
set-window-option -g mode-fg colour231
-set-window-option -g window-status-activity-bg colour237
-set-window-option -g window-status-activity-fg colour248
+set-window-option -g window-status-attr none
+set-window-option -g window-status-bell-attr none
set-window-option -g window-status-current-format "#[fg=colour231]#I:#W#F"
set-window-option -g window-status-format "#[fg=colour16]#I:#W#F"