ghostty: run tmux in shell

This commit is contained in:
Daniel Lundin 2024-11-27 23:31:06 +01:00
parent 9a31f83e80
commit dfa99a5d4c
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI

View file

@ -64,7 +64,9 @@
};
xdg.configFile."ghostty/themes/PatagiaDark".text = ''
background = "#14151a"
# background = "#14151a"
# foreground = "#d1d5db"
background = "#000000"
foreground = "#d1d5db"
cursor-color = #00d992
selection-background = #d7d7d7
@ -117,7 +119,7 @@
"System"
"TerminalEmulator"
];
exec = ''ghostty --class=com.mitchellh.ghostty-local -e "tmux new-session -A -s0 -nt1"'';
exec = ''ghostty --class=com.mitchellh.ghostty-local -e "fish -c tmux new-session -A -s0 -nt1"'';
genericName = "Ghostty (local)";
icon = "com.mitchellh.ghostty";
name = "Ghostty (local)";
@ -134,7 +136,7 @@
"System"
"TerminalEmulator"
];
exec = ''ghostty --class=com.mitchellh.ghostty-nemo -e "ssh -t nemo tmux new-session -A -s0 -nt1"'';
exec = ''ghostty --class=com.mitchellh.ghostty-nemo -e "ssh -t nemo fish -c tmux new-session -A -s0 -nt1"'';
genericName = "Ghostty (nemo)";
icon = "com.mitchellh.ghostty";
name = "Ghostty (nemo)";