Add x-scheme-handler/ssh to mimetypes

Add x-scheme-handler/ssh to mimetypes so that kitty open can be used to open ssh links by default.
This commit is contained in:
Jonathan Lestrelin 2023-02-15 16:24:47 +00:00 committed by GitHub
parent ac5298ce76
commit 9ce11499de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1126,7 +1126,7 @@ Exec=kitty +open %U
Icon=kitty Icon=kitty
Categories=System;TerminalEmulator; Categories=System;TerminalEmulator;
NoDisplay=true NoDisplay=true
MimeType=image/*;application/x-sh;application/x-shellscript;inode/directory;text/*;x-scheme-handler/kitty; MimeType=image/*;application/x-sh;application/x-shellscript;inode/directory;text/*;x-scheme-handler/kitty;x-scheme-handler/ssh;
''' '''
) )