ghostty: fix .desktop entries
This commit is contained in:
parent
7152b0bf09
commit
4bb1fa1f40
1 changed files with 4 additions and 4 deletions
|
@ -110,11 +110,11 @@
|
||||||
"TerminalEmulator"
|
"TerminalEmulator"
|
||||||
];
|
];
|
||||||
exec = ''
|
exec = ''
|
||||||
ghostty --class=com.mitchellh.ghostty-secondary --font-style="ExtraCondensed" --font-style-bold="Bold ExtraCondensed" --font-style-italic="ExtraCondensed Oblique"
|
ghostty --class=com.mitchellh.ghostty-secondary --font-style="ExtraCondensed" --font-style-bold="Bold ExtraCondensed" --font-style-italic="ExtraCondensed Oblique" -e bash
|
||||||
'';
|
'';
|
||||||
genericName = "Ghostty Secondary";
|
genericName = "Ghostty Secondary";
|
||||||
icon = "com.mitchellh.ghostty";
|
icon = "com.mitchellh.ghostty";
|
||||||
name = "Ghostty (devel)";
|
name = "Ghostty Secondary";
|
||||||
settings = {
|
settings = {
|
||||||
StartupWMClass = "com.mitchellh.ghostty-secondary";
|
StartupWMClass = "com.mitchellh.ghostty-secondary";
|
||||||
TryExec = "ghostty";
|
TryExec = "ghostty";
|
||||||
|
@ -148,11 +148,11 @@
|
||||||
"TerminalEmulator"
|
"TerminalEmulator"
|
||||||
];
|
];
|
||||||
exec = ''
|
exec = ''
|
||||||
ghostty --class=com.mitchellh.ghostty-devel-secondary --font-style="ExtraCondensed" --font-style-bold="Bold ExtraCondensed" --font-style-italic="ExtraCondensed Oblique" --command="ssh -t devel" --initial-command="ssh -t devel nvim-remote"
|
ghostty --class=com.mitchellh.ghostty-devel-secondary --font-style="ExtraCondensed" --font-style-bold="Bold ExtraCondensed" --font-style-italic="ExtraCondensed Oblique" --command="ssh -t devel" --initial-command="ssh -t devel"
|
||||||
'';
|
'';
|
||||||
genericName = "Ghostty Secondary (devel)";
|
genericName = "Ghostty Secondary (devel)";
|
||||||
icon = "com.mitchellh.ghostty";
|
icon = "com.mitchellh.ghostty";
|
||||||
name = "Ghostty (devel)";
|
name = "Ghostty Secondary (devel)";
|
||||||
settings = {
|
settings = {
|
||||||
StartupWMClass = "com.mitchellh.ghostty-devel-secondary";
|
StartupWMClass = "com.mitchellh.ghostty-devel-secondary";
|
||||||
TryExec = "ghostty";
|
TryExec = "ghostty";
|
||||||
|
|
Loading…
Reference in a new issue