ghostty: retitle desktop entries for easier completion
This commit is contained in:
parent
e453256154
commit
cd59d774c4
1 changed files with 4 additions and 4 deletions
|
@ -74,9 +74,9 @@
|
||||||
exec = ''
|
exec = ''
|
||||||
ghostty --class=com.mitchellh.ghostty-secondary --font-style="UltraCondensed" --font-style-bold="Bold UltraCondensed" --font-style-italic="UltraCondensed Oblique" -e bash
|
ghostty --class=com.mitchellh.ghostty-secondary --font-style="UltraCondensed" --font-style-bold="Bold UltraCondensed" --font-style-italic="UltraCondensed Oblique" -e bash
|
||||||
'';
|
'';
|
||||||
genericName = "Ghostty Secondary";
|
genericName = "Secondary Ghostty";
|
||||||
icon = "com.mitchellh.ghostty";
|
icon = "com.mitchellh.ghostty";
|
||||||
name = "Ghostty Secondary";
|
name = "Secondary Ghostty";
|
||||||
settings = {
|
settings = {
|
||||||
StartupWMClass = "com.mitchellh.ghostty-secondary";
|
StartupWMClass = "com.mitchellh.ghostty-secondary";
|
||||||
TryExec = "ghostty";
|
TryExec = "ghostty";
|
||||||
|
@ -112,9 +112,9 @@
|
||||||
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"
|
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 = "Secondary Ghostty (devel)";
|
||||||
icon = "com.mitchellh.ghostty";
|
icon = "com.mitchellh.ghostty";
|
||||||
name = "Ghostty Secondary (devel)";
|
name = "Secondary Ghostty (devel)";
|
||||||
settings = {
|
settings = {
|
||||||
StartupWMClass = "com.mitchellh.ghostty-devel-secondary";
|
StartupWMClass = "com.mitchellh.ghostty-devel-secondary";
|
||||||
TryExec = "ghostty";
|
TryExec = "ghostty";
|
||||||
|
|
Loading…
Add table
Reference in a new issue