From 979f046eb58785c9692654d5d08169539c27ba9c Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Wed, 30 Jul 2025 21:00:06 +0200 Subject: [PATCH] Fix Tmux color rendering and autostart on foot terminal --- foot/.config/foot/foot.ini | 2 +- tmux/.tmux.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/foot/.config/foot/foot.ini b/foot/.config/foot/foot.ini index bf98c31..87c75ff 100644 --- a/foot/.config/foot/foot.ini +++ b/foot/.config/foot/foot.ini @@ -1,6 +1,6 @@ # === General settings === [main] -shell=/bin/zsh # Default shell to launch in the terminal +shell=/usr/bin/tmux # Default shell to launch in the terminal font=FiraCode Nerd Font:size=14 # Font family and size used in the terminal initial-window-size-chars=160x45 # Initial size in character columns x rows selection-target=clipboard # Copy selected text directly to system clipboard diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 2f6f87b..edd4fc4 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -10,7 +10,7 @@ setw -g pane-base-index 1 bind c new-window -c "#{pane_current_path}" # Fix Tmux for colors -set-option -a terminal-features 'xterm-256color:RGB' +set-option -a terminal-features 'foot:RGB' set -g allow-passthrough on set -ga update-environment TERM set -ga update-environment TERM_PROGRAM