fix(ghostty): tmux tweaking and bg opacity

This commit is contained in:
Rasyidan Akbar F. 2025-10-29 17:17:03 +07:00
commit b00fea0082
2 changed files with 3 additions and 2 deletions

View file

@ -5,6 +5,7 @@
settings = { settings = {
theme = "dracula"; theme = "dracula";
background-opacity = 0.75;
command = command =
"shell:${config.home.profileDirectory}/bin/tmux new-session -A -s ghostty"; "shell:${config.home.profileDirectory}/bin/tmux new-session -A -s ghostty";
keybind = [ "cmd+k=text:\\x01K" ]; keybind = [ "cmd+k=text:\\x01K" ];

View file

@ -22,8 +22,8 @@
set-option -g default-terminal "screen-256color" set-option -g default-terminal "screen-256color"
set-option -ga terminal-overrides ",*256col*:Tc" set-option -ga terminal-overrides ",*256col*:Tc"
set-option -g focus-events on set-option -g focus-events on
set -s extended-keys on # Avoid CSI-u newline remapping that breaks Neovim pastes
set -as terminal-features 'xterm-ghostty:extkeys' set -as terminal-features 'xterm-ghostty:bpaste,clipboard,RGB'
set-option -g status-style "bg=#282a36 fg=#f8f8f2" set-option -g status-style "bg=#282a36 fg=#f8f8f2"
set -g status-interval 5 set -g status-interval 5
setw -g automatic-rename on setw -g automatic-rename on