ghostty: don't start nvim automatically
This commit is contained in:
parent
c68bdd3818
commit
f263c95f03
1 changed files with 1 additions and 2 deletions
|
@ -29,7 +29,6 @@
|
||||||
unfocused-split-opacity = 1.0;
|
unfocused-split-opacity = 1.0;
|
||||||
|
|
||||||
shell-integration = "fish";
|
shell-integration = "fish";
|
||||||
initial-command = "nvim-remote";
|
|
||||||
|
|
||||||
window-decoration = true;
|
window-decoration = true;
|
||||||
gtk-single-instance = true;
|
gtk-single-instance = true;
|
||||||
|
@ -129,7 +128,7 @@
|
||||||
"TerminalEmulator"
|
"TerminalEmulator"
|
||||||
];
|
];
|
||||||
exec = ''
|
exec = ''
|
||||||
ghostty --class=com.mitchellh.ghostty-devel --command="ssh -t devel" --initial-command="ssh -t devel nvim-remote"
|
ghostty --class=com.mitchellh.ghostty-devel --command="ssh -t devel" --initial-command="ssh -t devel"
|
||||||
'';
|
'';
|
||||||
genericName = "Ghostty (devel)";
|
genericName = "Ghostty (devel)";
|
||||||
icon = "com.mitchellh.ghostty";
|
icon = "com.mitchellh.ghostty";
|
||||||
|
|
Loading…
Reference in a new issue