Gray out inactive tmux windows
This commit is contained in:
parent
b5fc83cab6
commit
448859781a
@ -29,5 +29,8 @@ bind-key -r -T prefix C-j resize-pane -D 5
|
||||
bind-key -r -T prefix C-h resize-pane -L 5
|
||||
bind-key -r -T prefix C-l resize-pane -R 5
|
||||
|
||||
set -g window-style 'fg=colour238,bg=colour232'
|
||||
set -g window-active-style 'fg=colour231,bg=black'
|
||||
|
||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||
run '~/.config/tmux/plugins/tpm/tpm'
|
||||
|
Loading…
Reference in New Issue
Block a user