Add weechat .desktop file

This commit is contained in:
Thomas Dehaeze 2019-04-10 16:41:26 +02:00
parent e7931fa50e
commit 6204813a73

View File

@ -37,3 +37,22 @@
# localize the semicolons. The list must also end with a semicolon.
Keywords=PDF;PS;PostScript;DjVU;document;presentation;viewer;
#+end_src
* Weechat
:PROPERTIES:
:header-args: :tangle ~/.local/share/applications/weechat.desktop
:header-args+: :comments both :mkdirp yes
:END:
#+begin_src conf
[Desktop Entry]
Encoding=UTF-8
MultipleArgs=false
Terminal=false
Exec=termite --class=WeeChat -e 'weechat'
StartupWMClass=WeeChat
Icon=chat
Type=Application
Categories=Network;IRCClient;
StartupNotify=true
Name=WeeChat
GenericName=IRC Client
#+end_src