diff options
| author | Nathan Fisher <nfisher.sr@gmail.com> | 2023-09-29 18:24:48 -0400 |
|---|---|---|
| committer | Nathan Fisher <nfisher.sr@gmail.com> | 2023-09-29 18:24:48 -0400 |
| commit | 865b43cd4dc3e0db75a84e65e1fb0b8130754848 (patch) | |
| tree | 3b086a5b6a2b6f6ff48945f403d2539c3fad817a /dist/linux | |
| parent | 3bfcb010ef8cb7d66454c83e66510bd0c0f17317 (diff) | |
Add Categories entry to .desktop file so Linux desktops have a better
chance of placing the menu entry into an appropriate category
Diffstat (limited to 'dist/linux')
| -rw-r--r-- | dist/linux/app.desktop | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
