summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2020-04-20 22:50:54 +0200
committerRichard Braun <rbraun@sceen.net>2020-04-20 22:50:54 +0200
commit3950cadb9239d94e03920be2a4cef21e8fafc9b0 (patch)
tree1da643695e88c43ac417831a105afd77ce473b94
parent019d9b89fafd207cd1a3922f469d73a9e5f8ca33 (diff)
openbox: add Microsoft Teams 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 1f7cf4d..ed7e9fd 100644
--- a/openbox/menu.xml
+++ b/openbox/menu.xml
@@ -24,6 +24,9 @@
<item label="Skype" icon="/usr/share/pixmaps/skypeforlinux.png">
<action name="Execute"><execute>skypeforlinux</execute></action>
</item>
+ <item label="Teams" icon="/usr/share/pixmaps/teams.png">
+ <action name="Execute"><execute>teams</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>