✨ Start tmux on alacritty startup
This commit is contained in:
parent
dbf31958fd
commit
6c1420bb9a
2 changed files with 5 additions and 1 deletions
|
@ -4,6 +4,10 @@ import = [
|
||||||
'~/dotfiles/alacritty/catppuccin-mocha.toml'
|
'~/dotfiles/alacritty/catppuccin-mocha.toml'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[shell]
|
||||||
|
program = "/usr/local/bin/fish"
|
||||||
|
args = ["-c", "tmux attach -t main || tmux new -s main"]
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
TERM = 'xterm-256color'
|
TERM = 'xterm-256color'
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@ setw -g pane-base-index 1
|
||||||
# Automatically renumber windows when one is deleted.
|
# Automatically renumber windows when one is deleted.
|
||||||
set -g renumber-windows on
|
set -g renumber-windows on
|
||||||
|
|
||||||
set -g default-terminal "tmux-256color"
|
set -g default-terminal "xterm-256color"
|
||||||
set -ag terminal-overrides ",*:RGB"
|
set -ag terminal-overrides ",*:RGB"
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
Loading…
Reference in a new issue