diff options
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux/.tmux.conf | 3 |
1 files changed, 0 insertions, 3 deletions
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 |