mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
Have more detailed desktop file category
Let's use the 'TerminalEmulator' category according to the spec: https://specifications.freedesktop.org/menu-spec/menu-spec-1.0.html
This commit is contained in:
parent
e232863028
commit
1c2623e609
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -549,7 +549,7 @@ Comment=A modern, hackable, featureful, OpenGL based terminal emulator
|
|||
TryExec=kitty
|
||||
Exec=kitty
|
||||
Icon=kitty
|
||||
Categories=System;
|
||||
Categories=System;TerminalEmulator;
|
||||
'''
|
||||
)
|
||||
# }}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue