From 1ca0ea361b1876c4b0c2199a0480fa97d34eb952 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 25 Feb 2023 15:23:51 -0800 Subject: [PATCH] dist/linux: add freedesktop desktop spec file --- dist/linux/app.desktop | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 dist/linux/app.desktop diff --git a/dist/linux/app.desktop b/dist/linux/app.desktop new file mode 100644 index 000000000..a06032d78 --- /dev/null +++ b/dist/linux/app.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=Ghostty +Type=Application +Comment=A terminal emulator +Exec=/usr/bin/ghostty +Icon=com.mitchellh.ghostty +Keywords=terminal;tty;pty; +StartupNotify=true +Terminal=false