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 = {
theme = "dracula";
background-opacity = 0.75;
command =
"shell:${config.home.profileDirectory}/bin/tmux new-session -A -s ghostty";
keybind = [ "cmd+k=text:\\x01K" ];