From 865b43cd4dc3e0db75a84e65e1fb0b8130754848 Mon Sep 17 00:00:00 2001 From: Nathan Fisher Date: Fri, 29 Sep 2023 18:24:48 -0400 Subject: [PATCH] Add Categories entry to .desktop file so Linux desktops have a better chance of placing the menu entry into an appropriate category --- dist/linux/app.desktop | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/linux/app.desktop b/dist/linux/app.desktop index 295cca8bd..e6e736da7 100644 --- a/dist/linux/app.desktop +++ b/dist/linux/app.desktop @@ -4,6 +4,7 @@ Type=Application Comment=A terminal emulator Exec=ghostty Icon=com.mitchellh.ghostty +Categories=System;TerminalEmulator; Keywords=terminal;tty;pty; StartupNotify=true Terminal=false