From 902935f12066152b0780ffe4b59491fbb30df0c1 Mon Sep 17 00:00:00 2001
From: xero <x@xero.nu>
Date: Sun, 14 Jun 2015 21:38:00 -0400
Subject: remove deprecated tmux opts

---
 tmux/.tmux.conf | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'tmux')

diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf
index e3c7da7..9edaf80 100644
--- a/tmux/.tmux.conf
+++ b/tmux/.tmux.conf
@@ -107,7 +107,6 @@ setw -g aggressive-resize on
 set-option -g status-position bottom
 setw -g window-status-format "#[bg=colour241,fg=colour0,noreverse]█▓░ #W "
 setw -g window-status-current-format "#[bg=colour66,fg=colour0,noreverse]█▓░ #W "
-setw -g window-status-content-attr blink
 
 # Info on right
 set -g status-right-length 100
@@ -119,10 +118,8 @@ set -g status-left ''
 # loud or quiet?
 set-option -g visual-activity on
 set-option -g visual-bell off
-set-option -g visual-content off
 set-option -g visual-silence off
 set-window-option -g monitor-activity off
-set-window-option -g monitor-content on
 set-option -g bell-action none
 
 # tmux clock
-- 
cgit v1.2.1