diff --git a/package.json b/package.json index 5643e3b8..b90ce344 100644 --- a/package.json +++ b/package.json @@ -122,6 +122,10 @@ "text/markdown" ], "icon": "resources/icons", + "desktop": { + "StartupWMClass": "marktext", + "Keywords": "marktext;" + }, "artifactName": "marktext-${version}-${arch}.${ext}", "target": [ { diff --git a/resources/linux/marktext.desktop b/resources/linux/marktext.desktop index 01946a91..0a6d152a 100644 --- a/resources/linux/marktext.desktop +++ b/resources/linux/marktext.desktop @@ -7,3 +7,5 @@ Type=Application Icon=marktext Categories=Office;TextEditor;Utility; MimeType=text/markdown; +Keywords=marktext; +StartupWMClass=marktext