From ecc96e8dad42512e9969f2f709ac70c5cdcb70ba Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 17 Jan 2025 14:19:50 +0100 Subject: [PATCH] tmux/windows --- sh/tmux.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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