diff --git a/dotfiles/applications.org b/dotfiles/applications.org index cbe63d4..e6b4351 100644 --- a/dotfiles/applications.org +++ b/dotfiles/applications.org @@ -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