From 6cf7031cfe1b5c2f0d2753ce4281c245e430934d Mon Sep 17 00:00:00 2001 From: don philipe Date: Mon, 14 Oct 2024 11:16:52 +0200 Subject: [PATCH] Merge tmux conf --- .tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 13d556b..c01f2d4 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,3 +1,9 @@ +set -g default-shell /usr/bin/zsh +# normal background for active pane +set-window-option -g window-active-style bg=terminal +# grayed background for inactive panes +set-window-option -g window-style bg="#32302f" + # List of plugins set -g @plugin 'tmux-plugins/tmux-resurrect'