ghostty: add desktop entries for secondary (condensed) terminals
This commit is contained in:
parent
6dd68098e0
commit
4766311654
1 changed files with 39 additions and 1 deletions
|
@ -104,6 +104,25 @@
|
||||||
'';
|
'';
|
||||||
|
|
||||||
xdg.desktopEntries = {
|
xdg.desktopEntries = {
|
||||||
|
ghostty-secondary = {
|
||||||
|
categories = [
|
||||||
|
"System"
|
||||||
|
"TerminalEmulator"
|
||||||
|
];
|
||||||
|
exec = ''
|
||||||
|
ghostty --class=com.mitchellh.ghostty-secondary --font-style="ExtraCondensed" --font-style-bold="Bold ExtraCondensed" --font-style-italic="ExtraCondensed Oblique"
|
||||||
|
'';
|
||||||
|
genericName = "Ghostty Secondary";
|
||||||
|
icon = "com.mitchellh.ghostty";
|
||||||
|
name = "Ghostty (nemo)";
|
||||||
|
settings = {
|
||||||
|
StartupWMClass = "com.mitchellh.ghostty-secondary";
|
||||||
|
TryExec = "ghostty";
|
||||||
|
};
|
||||||
|
terminal = false;
|
||||||
|
type = "Application";
|
||||||
|
};
|
||||||
|
|
||||||
ghostty-nemo = {
|
ghostty-nemo = {
|
||||||
categories = [
|
categories = [
|
||||||
"System"
|
"System"
|
||||||
|
@ -122,6 +141,25 @@
|
||||||
terminal = false;
|
terminal = false;
|
||||||
type = "Application";
|
type = "Application";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ghostty-nemo-secondary = {
|
||||||
|
categories = [
|
||||||
|
"System"
|
||||||
|
"TerminalEmulator"
|
||||||
|
];
|
||||||
|
exec = ''
|
||||||
|
ghostty --class=com.mitchellh.ghostty-nemo-secondary --font-style="ExtraCondensed" --font-style-bold="Bold ExtraCondensed" --font-style-italic="ExtraCondensed Oblique" --command="ssh -t nemo" --initial-command="ssh -t nemo nvim-remote"
|
||||||
|
'';
|
||||||
|
genericName = "Ghostty Secondary (nemo)";
|
||||||
|
icon = "com.mitchellh.ghostty";
|
||||||
|
name = "Ghostty (nemo)";
|
||||||
|
settings = {
|
||||||
|
StartupWMClass = "com.mitchellh.ghostty-nemo-secondary";
|
||||||
|
TryExec = "ghostty";
|
||||||
|
};
|
||||||
|
terminal = false;
|
||||||
|
type = "Application";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue