Explorar o código

Fix tmux theme and remove old visual status option

Tmux makes too many breaking changes. We won't bother worrying about old
versions so much anymore. What will matter now is making sure config
works for Debian stable.
cinaeco %!s(int64=6) %!d(string=hai) anos
pai
achega
c697d022d7
Modificáronse 2 ficheiros con 1 adicións e 5 borrados
  1. 0 4
      tmux/tmux.conf
  2. 1 1
      tmux/tmuxcolours.conf

+ 0 - 4
tmux/tmux.conf

@@ -16,10 +16,6 @@ set-option -g pane-base-index 1
 # History scrollback.
 # History scrollback.
 set-option -g history-limit 9999999
 set-option -g history-limit 9999999
 
 
-# Display a status line message when activity occurs in a window for which the
-# monitor-activity window option is enabled.
-set-option -g visual-activity on
-
 # Resize the window to the size of the smallest session for which it is the
 # Resize the window to the size of the smallest session for which it is the
 # current window, rather than the smallest session to which it is attached.
 # current window, rather than the smallest session to which it is attached.
 set-window-option -g aggressive-resize on
 set-window-option -g aggressive-resize on

+ 1 - 1
tmux/tmuxcolours.conf

@@ -12,7 +12,7 @@ set-option -g status-attr default
 # Central window list.
 # Central window list.
 # `#I` = index, `#F` = last window indicator, `#W` = window name
 # `#I` = index, `#F` = last window indicator, `#W` = window name
 set-option -g status-justify "centre"
 set-option -g status-justify "centre"
-set-option -g window-status-format "#[bg=colour234] #[fg=colour244]#I#[fg=red]#F#[fg=colour249]#W "
+set-option -g window-status-format "#[bg=colour234] #[fg=colour244]#I#[fg=red] #[fg=colour249]#W "
 set-option -g window-status-current-format "#[bg=red] #[fg=colour231]#I #[bold]#W "
 set-option -g window-status-current-format "#[bg=red] #[fg=colour231]#I #[bold]#W "
 
 
 # Left status.
 # Left status.