ghostty: run tmux in shell
This commit is contained in:
parent
9a31f83e80
commit
dfa99a5d4c
1 changed files with 5 additions and 3 deletions
|
@ -64,7 +64,9 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile."ghostty/themes/PatagiaDark".text = ''
|
xdg.configFile."ghostty/themes/PatagiaDark".text = ''
|
||||||
background = "#14151a"
|
# background = "#14151a"
|
||||||
|
# foreground = "#d1d5db"
|
||||||
|
background = "#000000"
|
||||||
foreground = "#d1d5db"
|
foreground = "#d1d5db"
|
||||||
cursor-color = #00d992
|
cursor-color = #00d992
|
||||||
selection-background = #d7d7d7
|
selection-background = #d7d7d7
|
||||||
|
@ -117,7 +119,7 @@
|
||||||
"System"
|
"System"
|
||||||
"TerminalEmulator"
|
"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)";
|
genericName = "Ghostty (local)";
|
||||||
icon = "com.mitchellh.ghostty";
|
icon = "com.mitchellh.ghostty";
|
||||||
name = "Ghostty (local)";
|
name = "Ghostty (local)";
|
||||||
|
@ -134,7 +136,7 @@
|
||||||
"System"
|
"System"
|
||||||
"TerminalEmulator"
|
"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)";
|
genericName = "Ghostty (nemo)";
|
||||||
icon = "com.mitchellh.ghostty";
|
icon = "com.mitchellh.ghostty";
|
||||||
name = "Ghostty (nemo)";
|
name = "Ghostty (nemo)";
|
||||||
|
|
Loading…
Reference in a new issue