Fix Tmux color rendering and autostart on foot terminal

This commit is contained in:
Fabio Scotto di Santolo
2025-07-30 21:00:06 +02:00
parent 34bed29d34
commit 979f046eb5
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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