From 6204813a7321ea2dcae90b23a7ca34619d61449d Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Wed, 10 Apr 2019 16:41:26 +0200 Subject: [PATCH] Add weechat .desktop file --- dotfiles/applications.org | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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