Riyyi
4 years ago
2 changed files with 66 additions and 0 deletions
@ -0,0 +1,54 @@
|
||||
[Added Associations] |
||||
application/pdf=org.pwmt.zathura.desktop;firefox.desktop;emacsclient.desktop; |
||||
application/sql=mysql-workbench.desktop;emacsclient.desktop; |
||||
image/bmp=feh.desktop;krita_qimageio.desktop; |
||||
image/jpeg=feh.desktop;krita_jpeg.desktop; |
||||
image/png=feh.desktop;krita_png.desktop; |
||||
text/plain=emacsclient.desktop;org.gnome.gedit.desktop; |
||||
video/x-matroska=mpv.desktop;org.kde.kdenlive.desktop; |
||||
|
||||
[Default Applications] |
||||
application/gzip=xarchiver.desktop |
||||
application/json=emacsclient.desktop |
||||
application/pdf=org.pwmt.zathura.desktop |
||||
application/pgp-encrypted=emacsclient.desktop |
||||
application/sql=mysql-workbench.desktop |
||||
application/vnd.mysql-workbench-model=mysql-workbench.desktop |
||||
application/vnd.rar=xarchiver.desktop |
||||
application/x-7z-compressed=xarchiver.desktop |
||||
application/x-compressed-tar=xarchiver.desktop |
||||
application/x-krita=org.kde.krita.desktop |
||||
application/x-ms-dos-executable=wine.desktop |
||||
application/x-php=emacsclient.desktop |
||||
application/x-shellscript=emacsclient.desktop |
||||
application/x-xz-compressed-tar=xarchiver.desktop |
||||
application/xhtml+xml=firefox.desktop |
||||
application/zip=xarchiver.desktop |
||||
audio/x-wav=mpv.desktop |
||||
image/bmp=feh.desktop |
||||
image/gif=firefox.desktop |
||||
image/jpeg=feh.desktop |
||||
image/png=feh.desktop |
||||
image/svg+xml=inkscape.desktop |
||||
image/webp=feh.desktop |
||||
message/rfc822=thunderbird.desktop |
||||
text/css=emacsclient.desktop |
||||
text/html=firefox.desktop |
||||
text/html=firefox.desktop |
||||
text/markdown=emacsclient.desktop |
||||
text/plain=emacsclient.desktop |
||||
text/plain=org.gnome.gedit.desktop |
||||
text/x-c++src=emacsclient.desktop |
||||
text/x-cmake=emacsclient.desktop |
||||
text/x-csrc=emacsclient.desktop |
||||
text/x-tex=emacsclient.desktop |
||||
video/mp4=mpv.desktop |
||||
video/webm=mpv.desktop |
||||
video/x-matroska=mpv.desktop |
||||
x-scheme-handler/about=firefox.desktop |
||||
x-scheme-handler/http=firefox.desktop |
||||
x-scheme-handler/https=firefox.desktop |
||||
x-scheme-handler/mailto=thunderbird.desktop |
||||
x-scheme-handler/mailto=thunderbird.desktop |
||||
x-scheme-handler/org-protocol=org-protocol.desktop |
||||
x-scheme-handler/unknown=firefox.desktop |
@ -0,0 +1,12 @@
|
||||
[Desktop Entry] |
||||
Name=EmacsClient |
||||
GenericName=Text Editor |
||||
Comment=Edit text |
||||
MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++; |
||||
Exec=alias.sh emacs %F |
||||
Icon=emacs |
||||
Type=Application |
||||
Terminal=false |
||||
Categories=Development;TextEditor; |
||||
StartupWMClass=Emacs |
||||
Keywords=Text;Editor; |
Loading…
Reference in new issue