mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
Add keywords to desktop files
The desktop entry specification lists 'Keywords' to acilitate searching through entries. https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s06.html These initial values are based on the keywords from gnome-terminal.
This commit is contained in:
parent
644859019e
commit
056099149d
2 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ Exec=foot --server
|
||||||
Icon=foot
|
Icon=foot
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Categories=System;TerminalEmulator;
|
Categories=System;TerminalEmulator;
|
||||||
|
Keywords=shell;prompt;command;commandline;
|
||||||
|
|
||||||
Name=Foot Server
|
Name=Foot Server
|
||||||
GenericName=Terminal
|
GenericName=Terminal
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@ Exec=foot
|
||||||
Icon=foot
|
Icon=foot
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Categories=System;TerminalEmulator;
|
Categories=System;TerminalEmulator;
|
||||||
|
Keywords=shell;prompt;command;commandline;
|
||||||
|
|
||||||
Name=Foot
|
Name=Foot
|
||||||
GenericName=Terminal
|
GenericName=Terminal
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue