2019-04-05 11:13:35 +02:00
|
|
|
#+TITLE:Desktop file for the applications
|
2021-01-01 20:12:34 +01:00
|
|
|
#+SETUPFILE: ./setup/org-setup-file.org
|
2021-02-10 18:02:02 +01:00
|
|
|
#+PROPERTY: header-args:conf :comments none :mkdirp yes
|
2019-04-05 11:13:35 +02:00
|
|
|
|
2019-12-30 17:21:38 +01:00
|
|
|
* Mime Applications
|
|
|
|
:PROPERTIES:
|
|
|
|
:header-args: :tangle ~/.config/mimeapps.list
|
|
|
|
:END:
|
|
|
|
|
|
|
|
#+BEGIN_SRC conf
|
2021-01-08 01:26:27 +01:00
|
|
|
[Default Applications]
|
|
|
|
text/plain=nvim.desktop
|
|
|
|
x-scheme-handler/magnet=torrent.desktop;
|
|
|
|
text/x-shellscript=nvim.desktop;
|
|
|
|
image/png=img.desktop;
|
|
|
|
image/jpeg=img.desktop;
|
|
|
|
image/gif=img.desktop;
|
|
|
|
application/rss+xml=rss.desktop
|
|
|
|
x-scheme-handler/mailto=neomutt.desktop
|
|
|
|
message/rfc822=neomutt.desktop
|
|
|
|
application/x-bittorrent=deluge.desktop
|
|
|
|
application/pdf=zathura.desktop
|
|
|
|
x-scheme-handler/http=qutebrowser.desktop
|
|
|
|
x-scheme-handler/https=qutebrowser.desktop
|
|
|
|
x-scheme-handler/ftp=qutebrowser.desktop
|
|
|
|
x-scheme-handler/chrome=qutebrowser.desktop
|
|
|
|
text/html=qutebrowser.desktop
|
|
|
|
application/x-extension-htm=qutebrowser.desktop
|
|
|
|
application/x-extension-html=qutebrowser.desktop
|
|
|
|
application/x-extension-shtml=qutebrowser.desktop
|
|
|
|
application/xhtml+xml=qutebrowser.desktop
|
|
|
|
application/x-extension-xhtml=qutebrowser.desktop
|
|
|
|
application/x-extension-xht=qutebrowser.desktop
|
2019-12-30 17:21:38 +01:00
|
|
|
|
2021-01-08 01:26:27 +01:00
|
|
|
[Added Associations]
|
|
|
|
text/plain=mousepad.desktop;
|
|
|
|
application/x-bittorrent=deluge.desktop;
|
2019-12-30 17:21:38 +01:00
|
|
|
#+END_SRC
|
|
|
|
|
2019-04-05 11:13:35 +02:00
|
|
|
* Neomutt
|
2019-12-29 15:11:49 +01:00
|
|
|
:PROPERTIES:
|
|
|
|
:header-args: :tangle ~/.local/share/applications/neomutt.desktop
|
|
|
|
:END:
|
2019-04-05 11:13:35 +02:00
|
|
|
#+begin_src conf
|
2021-01-08 01:26:27 +01:00
|
|
|
[Desktop Entry]
|
|
|
|
Name=Neomutt
|
|
|
|
GenericName=Email client
|
|
|
|
Exec=$TERMINAL -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
|
2019-04-05 11:13:35 +02:00
|
|
|
#+end_src
|
2019-04-05 12:03:49 +02:00
|
|
|
|
2019-04-10 16:41:26 +02:00
|
|
|
* Weechat
|
2019-12-29 15:11:49 +01:00
|
|
|
:PROPERTIES:
|
|
|
|
:header-args: :tangle ~/.local/share/applications/weechat.desktop
|
|
|
|
:END:
|
2019-04-10 16:41:26 +02:00
|
|
|
#+begin_src conf
|
2021-01-08 01:26:27 +01:00
|
|
|
[Desktop Entry]
|
|
|
|
Encoding=UTF-8
|
|
|
|
MultipleArgs=false
|
|
|
|
Terminal=false
|
|
|
|
Exec=$TERMINAL --class=WeeChat -e 'weechat'
|
|
|
|
StartupWMClass=WeeChat
|
|
|
|
Icon=/usr/share/icons/Papirus/64x64/apps/weechat.svg
|
|
|
|
Type=Application
|
|
|
|
Categories=Network;IRCClient;
|
|
|
|
StartupNotify=true
|
|
|
|
Name=WeeChat
|
|
|
|
GenericName=IRC Client
|
2019-05-16 21:13:08 +02:00
|
|
|
#+end_src
|
|
|
|
|
|
|
|
* Matlab
|
2019-12-29 15:11:49 +01:00
|
|
|
:PROPERTIES:
|
|
|
|
:header-args: :tangle ~/.local/share/applications/matlab.desktop
|
|
|
|
:END:
|
2019-05-16 21:13:08 +02:00
|
|
|
#+begin_src conf
|
2021-01-08 01:26:27 +01:00
|
|
|
[Desktop Entry]
|
2021-02-10 18:02:02 +01:00
|
|
|
Version=R2020b
|
2021-01-08 01:26:27 +01:00
|
|
|
Type=Application
|
|
|
|
Terminal=false
|
|
|
|
MimeType=text/x-matlab
|
2021-02-10 18:02:02 +01:00
|
|
|
Exec=/usr/local/MATLAB/R2020b/bin/matlab -desktop
|
2021-01-08 01:26:27 +01:00
|
|
|
Name=MATLAB
|
|
|
|
Icon=matlab
|
|
|
|
Categories=Development;Math;Science
|
|
|
|
Comment=Scientific computing environment
|
|
|
|
StartupNotify=true
|
2019-05-16 21:13:08 +02:00
|
|
|
#+end_src
|
|
|
|
|
|
|
|
* Neovim
|
2019-12-29 15:11:49 +01:00
|
|
|
:PROPERTIES:
|
|
|
|
:header-args: :tangle ~/.local/share/applications/nvim.desktop
|
|
|
|
:END:
|
2019-05-16 21:13:08 +02:00
|
|
|
#+begin_src conf
|
2021-01-08 01:26:27 +01:00
|
|
|
[Desktop Entry]
|
|
|
|
Name=Neovim
|
|
|
|
GenericName=Text Editor
|
|
|
|
Comment=Edit text files
|
|
|
|
Exec=nvim %F
|
|
|
|
Terminal=true
|
|
|
|
Type=Application
|
|
|
|
Keywords=Text;editor;
|
|
|
|
Icon=/usr/share/icons/Papirus/48x48/apps/nvim.svg
|
|
|
|
Categories=Utility;TextEditor;
|
|
|
|
StartupNotify=false
|
|
|
|
MimeType=text/english;text/plain;text/x-makefile;
|
2019-05-16 21:13:08 +02:00
|
|
|
#+end_src
|
|
|
|
|
|
|
|
* Images
|
2019-12-29 15:11:49 +01:00
|
|
|
:PROPERTIES:
|
|
|
|
:header-args: :tangle ~/.local/share/applications/img.desktop
|
|
|
|
:END:
|
2019-05-16 21:13:08 +02:00
|
|
|
#+begin_src conf
|
2021-01-08 01:26:27 +01:00
|
|
|
[Desktop Entry]
|
|
|
|
Type=Application
|
|
|
|
Name=Image viewer
|
|
|
|
Exec=/usr/bin/sxiv -a %u
|
2019-05-16 21:13:08 +02:00
|
|
|
#+end_src
|
|
|
|
|
2019-12-15 10:52:21 +01:00
|
|
|
* Org-Protocol
|
|
|
|
:PROPERTIES:
|
|
|
|
:header-args: :tangle ~/.local/share/applications/org-protocol.desktop
|
|
|
|
:END:
|
|
|
|
#+begin_src conf
|
2021-01-08 01:26:27 +01:00
|
|
|
[Desktop Entry]
|
|
|
|
Name=org-protocol
|
|
|
|
Exec=emacsclient %u
|
|
|
|
Icon=emacs-icon
|
|
|
|
Type=Application
|
|
|
|
Terminal=false
|
|
|
|
MimeType=x-scheme-handler/org-protocol;
|
2019-12-15 10:52:21 +01:00
|
|
|
#+end_src
|
2020-05-26 08:36:28 +02:00
|
|
|
|
2019-12-15 10:52:21 +01:00
|
|
|
* Ranger
|
|
|
|
:PROPERTIES:
|
|
|
|
:header-args: :tangle ~/.local/share/applications/ranger.desktop
|
|
|
|
:END:
|
|
|
|
#+begin_src conf
|
2021-01-08 01:26:27 +01:00
|
|
|
[Desktop Entry]
|
|
|
|
Type=Application
|
|
|
|
Name=ranger
|
|
|
|
Comment=Launches the ranger file manager
|
|
|
|
Icon=utilities-terminal
|
|
|
|
Terminal=true
|
|
|
|
Exec=ranger
|
|
|
|
Categories=ConsoleOnly;System;FileTools;FileManager
|
|
|
|
MimeType=inode/directory;inode/mount-point;x-scheme-handler/ssh;x-scheme-handler/smb;x-scheme-handler/nfs;x-scheme-handler/ftp;
|
2019-12-15 10:52:21 +01:00
|
|
|
#+end_src
|
2020-03-01 21:38:38 +01:00
|
|
|
* Emacs Client
|
|
|
|
:PROPERTIES:
|
|
|
|
:header-args: :tangle ~/.local/share/applications/emacsclient.desktop
|
|
|
|
:END:
|
|
|
|
#+begin_src conf
|
|
|
|
[Desktop Entry]
|
|
|
|
Name=Emacs Client
|
2021-02-10 18:02:02 +01:00
|
|
|
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
|
2020-03-01 21:38:38 +01:00
|
|
|
Type=Application
|
|
|
|
Terminal=false
|
2021-02-10 18:02:02 +01:00
|
|
|
Categories=Utility;TextEditor;
|
2020-03-01 21:38:38 +01:00
|
|
|
#+end_src
|
2020-03-27 15:38:04 +01:00
|
|
|
|
|
|
|
* Torrent with Transmission
|
|
|
|
:PROPERTIES:
|
|
|
|
:header-args: :tangle ~/.local/share/applications/torrent.desktop
|
|
|
|
:END:
|
|
|
|
#+begin_src conf
|
|
|
|
[Desktop Entry]
|
|
|
|
Type=Application
|
|
|
|
Name=Torrent
|
|
|
|
Exec=tremc %U
|
|
|
|
#+end_src
|
2021-02-10 18:02:02 +01:00
|
|
|
|
|
|
|
* Qutebrowser
|
|
|
|
:PROPERTIES:
|
|
|
|
:header-args: :tangle ~/.local/share/applications/qutebrowser.desktop
|
|
|
|
:END:
|
|
|
|
#+begin_src conf
|
|
|
|
[Desktop Entry]
|
|
|
|
Name=qutebrowser
|
|
|
|
StartupWMClass=qutebrowser
|
|
|
|
GenericName=Web Browser
|
|
|
|
Comment=A keyboard-driven, vim-like browser based on PyQt5
|
|
|
|
Icon=qutebrowser
|
|
|
|
Type=Application
|
|
|
|
Categories=Network;WebBrowser;
|
|
|
|
Exec=qutebrowser %u
|
|
|
|
Terminal=false
|
|
|
|
StartupNotify=true
|
|
|
|
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/qute;
|
|
|
|
Keywords=Browser
|
|
|
|
Actions=new-window;preferences;
|
|
|
|
#+end_src
|
|
|
|
|
|
|
|
* Zathura
|
|
|
|
:PROPERTIES:
|
|
|
|
:header-args: :tangle ~/.local/share/applications/zathura.desktop
|
|
|
|
:END:
|
|
|
|
#+begin_src conf
|
|
|
|
[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
|