Fix Tmux color rendering and autostart on foot terminal
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# === General settings ===
|
# === General settings ===
|
||||||
[main]
|
[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
|
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
|
initial-window-size-chars=160x45 # Initial size in character columns x rows
|
||||||
selection-target=clipboard # Copy selected text directly to system clipboard
|
selection-target=clipboard # Copy selected text directly to system clipboard
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ setw -g pane-base-index 1
|
|||||||
bind c new-window -c "#{pane_current_path}"
|
bind c new-window -c "#{pane_current_path}"
|
||||||
|
|
||||||
# Fix Tmux for colors
|
# 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 -g allow-passthrough on
|
||||||
set -ga update-environment TERM
|
set -ga update-environment TERM
|
||||||
set -ga update-environment TERM_PROGRAM
|
set -ga update-environment TERM_PROGRAM
|
||||||
|
|||||||
Reference in New Issue
Block a user