Add weechat .desktop file
This commit is contained in:
parent
e7931fa50e
commit
6204813a73
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user