aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-03-02 19:51:35 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-03-02 19:51:35 +1300
commit2a6e51b9f862c7c815966453dac870d4f6c8dc3d (patch)
tree2071b02a50542487fcd51cd2b8419aac4fe297aa
parentJust one <Tab> press for completion. Much nicer. (diff)
downloaddotfiles-2a6e51b9f862c7c815966453dac870d4f6c8dc3d.tar.gz
dotfiles-2a6e51b9f862c7c815966453dac870d4f6c8dc3d.zip
Provide templated tmux.conf.local files instead.
-rwxr-xr-xinstall.sh3
-rw-r--r--tmux/tmux.conf.local.new5
-rw-r--r--tmux/tmux.conf.local.old5
3 files changed, 10 insertions, 3 deletions
diff --git a/install.sh b/install.sh
index 00aeb489..a30a0649 100755
--- a/install.sh
+++ b/install.sh
@@ -21,6 +21,3 @@ if [ -e "${HOME}/.vim" ]; then
fi
ln -fs ".dotfiles/vim" "${HOME}/.vim"
-# Touch tmux local conf file.
-touch ~/.tmux.conf.local
-
diff --git a/tmux/tmux.conf.local.new b/tmux/tmux.conf.local.new
new file mode 100644
index 00000000..56b06c97
--- /dev/null
+++ b/tmux/tmux.conf.local.new
@@ -0,0 +1,5 @@
+# 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
+
diff --git a/tmux/tmux.conf.local.old b/tmux/tmux.conf.local.old
new file mode 100644
index 00000000..12d746be
--- /dev/null
+++ b/tmux/tmux.conf.local.old
@@ -0,0 +1,5 @@
+# Use the same colours for windows with alerts.
+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 colour237
+