From cd59d774c4c7a58704957ac78fb7234ae1b93545 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Wed, 22 Jan 2025 09:43:58 +0100 Subject: [PATCH] ghostty: retitle desktop entries for easier completion --- home/common/ghostty.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home/common/ghostty.nix b/home/common/ghostty.nix index 8635e63..76e4031 100644 --- a/home/common/ghostty.nix +++ b/home/common/ghostty.nix @@ -74,9 +74,9 @@ exec = '' 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"; - name = "Ghostty Secondary"; + name = "Secondary Ghostty"; settings = { StartupWMClass = "com.mitchellh.ghostty-secondary"; TryExec = "ghostty"; @@ -112,9 +112,9 @@ 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" ''; - genericName = "Ghostty Secondary (devel)"; + genericName = "Secondary Ghostty (devel)"; icon = "com.mitchellh.ghostty"; - name = "Ghostty Secondary (devel)"; + name = "Secondary Ghostty (devel)"; settings = { StartupWMClass = "com.mitchellh.ghostty-devel-secondary"; TryExec = "ghostty";