From efadbb42486269292be578f1bf86aba101413223 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 12 Nov 2025 16:45:45 +0200 Subject: [PATCH] chore(tmux): remove double default-terminal, theme tweaks Signed-off-by: Ismo Vuorinen --- config/tmux/tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index d06d3d7..ca0465c 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -19,7 +19,6 @@ set -ag terminal-overrides ",xterm-256color:RGB" set -ag terminal-features 'xterm-256color:RGB' # Enable proper color support -set -g default-terminal "tmux-256color" set -as terminal-features ",*:RGB" set -g default-terminal "tmux-256color" # Set default terminal to 256 colors @@ -64,6 +63,8 @@ set -g status-right-length "50" set -g window-status-current-format ' #I:#W#{?window_zoomed_flag, ◈ ,} ' set -g window-status-format ' #I:#W ' set -g @catppuccin_status_background 'none' +set -g @catppuccin_window_flags 'icon' +set -g @catppuccin_status_connect_separator 'no' # ╭──────────────────────────────────────────────────────────╮ # │ Bindings │