180 lines
4.9 KiB
Org Mode
180 lines
4.9 KiB
Org Mode
#+TITLE:Desktop file for the applications
|
|
#+SETUPFILE: ./setup/org-setup-file.org
|
|
#+PROPERTY: header-args:conf :comments none :mkdirp yes
|
|
|
|
* Mime Applications
|
|
|
|
#+BEGIN_SRC conf :tangle ~/.config/mimeapps.list
|
|
[Default Applications]
|
|
text/plain=nvim.desktop
|
|
text/x-tex=emacsclient.desktop
|
|
text/x-shellscript=nvim.desktop
|
|
image/png=img.desktop
|
|
image/jpeg=img.desktop
|
|
image/gif=img.desktop
|
|
|
|
image/svg+xml=inkscape.desktop
|
|
|
|
application/rss+xml=rss.desktop
|
|
|
|
x-scheme-handler/mailto=neomutt.desktop
|
|
message/rfc822=neomutt.desktop
|
|
|
|
x-scheme-handler/magnet=stig.desktop;
|
|
application/x-bittorrent=stig.desktop
|
|
|
|
application/pdf=zathura.desktop
|
|
|
|
text/xml=org.qutebrowser.qutebrowser.desktop
|
|
text/html=org.qutebrowser.qutebrowser.desktop
|
|
x-scheme-handler/http=org.qutebrowser.qutebrowser.desktop
|
|
x-scheme-handler/https=org.qutebrowser.qutebrowser.desktop
|
|
x-scheme-handler/ftp=org.qutebrowser.qutebrowser.desktop
|
|
x-scheme-handler/chrome=org.qutebrowser.qutebrowser.desktop
|
|
application/x-extension-htm=org.qutebrowser.qutebrowser.desktop
|
|
application/x-extension-html=org.qutebrowser.qutebrowser.desktop
|
|
application/x-extension-shtml=org.qutebrowser.qutebrowser.desktop
|
|
application/xhtml+xml=org.qutebrowser.qutebrowser.desktop
|
|
application/x-extension-xhtml=org.qutebrowser.qutebrowser.desktop
|
|
application/x-extension-xht=org.qutebrowser.qutebrowser.desktop
|
|
x-scheme-handler/about=org.qutebrowser.qutebrowser.desktop
|
|
x-scheme-handler/unknown=org.qutebrowser.qutebrowser.desktop
|
|
|
|
application/msword=onlyoffice-desktopeditors.desktop
|
|
application/vnd.ms-excel=onlyoffice-desktopeditors.desktop
|
|
application/vnd.ms-powerpoint=onlyoffice-desktopeditors.desktop
|
|
application/vnd.openxmlformats-officedocument.wordprocessingml.document=onlyoffice-desktopeditors.desktop
|
|
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet=onlyoffice-desktopeditors.desktop
|
|
application/vnd.openxmlformats-officedocument.presentationml.presentation=onlyoffice-desktopeditors.desktop
|
|
|
|
text/calendar=ics_add.desktop
|
|
|
|
[Added Associations]
|
|
text/plain=mousepad.desktop;
|
|
application/x-bittorrent=stig.desktop;
|
|
#+END_SRC
|
|
|
|
* Inkscape
|
|
#+begin_src conf :tangle ~/.local/share/applications/inkscape.desktop
|
|
[Desktop Entry]
|
|
Version=1.0
|
|
Name=Inkscape
|
|
Type=Application
|
|
Categories=Graphics;VectorGraphics;GTK;
|
|
MimeType=image/svg+xml;image/svg+xml-compressed;application/vnd.corel-draw;application/pdf;application/postscript;image/x-eps;application/illustrator;
|
|
Exec=inkscape %F
|
|
TryExec=inkscape
|
|
Terminal=false
|
|
StartupNotify=true
|
|
Icon=inkscape
|
|
X-Ayatana-Desktop-Shortcuts=Drawing
|
|
#+end_src
|
|
|
|
* Emacs Client
|
|
#+begin_src conf :tangle ~/.local/share/applications/emacsclient.desktop
|
|
[Desktop Entry]
|
|
Name=Emacs Client
|
|
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=emacsclient -c %f
|
|
Icon=emacs
|
|
Type=Application
|
|
Terminal=false
|
|
Categories=Utility;TextEditor;
|
|
#+end_src
|
|
|
|
* Neomutt
|
|
|
|
#+begin_src conf :tangle ~/.local/share/applications/neomutt.desktop
|
|
[Desktop Entry]
|
|
Name=Neomutt
|
|
GenericName=Email client
|
|
Exec=kitty -e neomutt %u
|
|
Type=Application
|
|
Icon=/usr/share/icons/Papirus/64x64/apps/mutt.svg
|
|
Categories=Network;Email;
|
|
MimeType=message/rfc822;x-scheme-handler/mailto;application/x-xpinstall;
|
|
StartupNotify=true
|
|
#+end_src
|
|
|
|
* Matlab
|
|
|
|
#+begin_src conf :tangle ~/.local/share/applications/matlab.desktop
|
|
[Desktop Entry]
|
|
Version=R2019b
|
|
Type=Application
|
|
Terminal=false
|
|
MimeType=text/x-matlab
|
|
Exec=/home/thomas/.local/bin/matlab -desktop
|
|
Name=MATLAB
|
|
Icon=matlab
|
|
Categories=Development;Math;Science
|
|
Comment=Scientific computing environment
|
|
StartupNotify=true
|
|
#+end_src
|
|
|
|
* Images
|
|
:PROPERTIES:
|
|
:header-args: :tangle ~/.local/share/applications/img.desktop
|
|
:END:
|
|
#+begin_src conf
|
|
[Desktop Entry]
|
|
Type=Application
|
|
Name=Image viewer
|
|
Exec=/home/thomas/.local/bin/nsxiv-rifle %u
|
|
#+end_src
|
|
|
|
* Org-Protocol
|
|
|
|
#+begin_src conf :tangle ~/.local/share/applications/org-protocol.desktop
|
|
[Desktop Entry]
|
|
Name=org-protocol
|
|
Exec=emacsclient %u
|
|
Icon=emacs-icon
|
|
Type=Application
|
|
Terminal=false
|
|
MimeType=x-scheme-handler/org-protocol;
|
|
#+end_src
|
|
|
|
* Zathura
|
|
|
|
#+begin_src conf :tangle ~/.local/share/applications/zathura.desktop
|
|
[Desktop Entry]
|
|
Version=1.0
|
|
Type=Application
|
|
Name=Zathura
|
|
Comment=A minimalistic PDF viewer
|
|
Comment[de]=Ein minimalistischer PDF-Betrachter
|
|
Exec=zathura %f
|
|
Terminal=false
|
|
Categories=Office;Viewer;
|
|
MimeType=application/pdf;
|
|
#+end_src
|
|
|
|
* Stig
|
|
|
|
#+begin_src conf :tangle ~/.local/share/applications/stig.desktop
|
|
[Desktop Entry]
|
|
Name=Stig
|
|
Comment=TUI and CLI for Transmission
|
|
Terminal=true
|
|
Exec=torrent-add %U
|
|
Type=Application
|
|
MimeType=application/x-bittorrent
|
|
Categories=Network;FileTransfer;P2P;
|
|
Keywords=p2p;bittorrent;transmission;rpc;
|
|
#+end_src
|
|
|
|
* ICS-Add
|
|
|
|
#+begin_src conf :tangle ~/.local/share/applications/ics_add.desktop
|
|
[Desktop Entry]
|
|
Name=ICS Add
|
|
Comment=Add ICS file to the calendar
|
|
Terminal=true
|
|
Exec=ics-add %U
|
|
Type=Application
|
|
MimeType=text/calendar
|
|
#+end_src
|