summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2019-05-05 20:08:14 +0200
committerRichard Braun <rbraun@sceen.net>2019-05-05 20:08:14 +0200
commitfd2891c9ee15987e815b22042ae95563976cf751 (patch)
tree3789fad7031a77f011abd670b33b023b24ac932f
parenta0e6fa429e0c89b46c89898c703ca5775d570647 (diff)
openbox: add a discord menu entry
-rw-r--r--openbox/menu.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/menu.xml b/openbox/menu.xml
index b19552b..350c5ec 100644
--- a/openbox/menu.xml
+++ b/openbox/menu.xml
@@ -15,6 +15,9 @@
<item label="qpdfview" icon="/usr/share/icons/hicolor/scalable/apps/qpdfview.svg">
<action name="Execute"><execute>qpdfview</execute></action>
</item>
+ <item label="Discord" icon="/usr/share/pixmaps/discord.png">
+ <action name="Execute"><execute>discord</execute></action>
+ </item>
<item label="Eye of GNOME" icon="/usr/share/icons/hicolor/16x16/apps/eog.png">
<action name="Execute"><execute>eog</execute></action>
</item>