ghostty: retitle desktop entries for easier completion

This commit is contained in:
Daniel Lundin 2025-01-22 09:43:58 +01:00
parent e453256154
commit cd59d774c4
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI

View file

@ -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";