diff --git a/sh/tmux.sh b/sh/tmux.sh index fbccfa4..30dbbe5 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -45,8 +45,9 @@ set -g window-status-activity-style bg=black,fg=red # disable silence monitoring setw -g monitor-silence 0 -#set-window-option -g window-status-current-style bg=black,fg=green -#set-window-option -g window-status-style bg=black,fg=gray +# windows style +set-window-option -g window-status-current-style bg=black,fg=green +set-window-option -g window-status-style bg=black,fg=gray # bind key to detach client bind -n F6 detach-client