aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-04-27 13:06:26 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-04-27 13:06:26 +1200
commitd4d9a71de236b195b9f029f0f14f29e3d4a0e1ca (patch)
tree437a8cde9b377449011e62d24b47b20c28cd8745 /tmux/tmux.conf
parentRemove -s option from hostname call. (diff)
downloaddotfiles-d4d9a71de236b195b9f029f0f14f29e3d4a0e1ca.tar.gz
dotfiles-d4d9a71de236b195b9f029f0f14f29e3d4a0e1ca.zip
Unify tmux configuration.
The two machines on which I run tmux servers now have at least tmux 1.6, so there's no need for me to provide these version-specific configuration files anymore.
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r--tmux/tmux.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 769cd05b..f2c2e8a5 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -105,6 +105,8 @@ set-window-option -g mode-bg colour18
# Monitor window activity.
set-window-option -g monitor-activity on
-# Source local configuration.
-source-file ~/.tmux.conf.local
+# Use the same colours for windows with alerts.
+set-window-option -g window-status-activity-attr none
+set-window-option -g window-status-activity-fg colour248
+set-window-option -g window-status-activity-bg colour237