summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2020-12-03 22:15:00 +0100
committerRichard Braun <rbraun@sceen.net>2020-12-03 22:15:38 +0100
commitacdf5d6a06d6248d639099cef8e64091a48441a2 (patch)
tree01898c3493f5c54e063a3440a54e9125aeaff954
parentd4a181bf8a9c30480471a6758dd0e82f41ced421 (diff)
openbox: add GNU Solfege 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 6d68c1b..d2919c6 100644
--- a/openbox/menu.xml
+++ b/openbox/menu.xml
@@ -51,6 +51,9 @@
<item label="Stellarium" icon="/usr/share/icons/hicolor/16x16/apps/stellarium.png">
<action name="Execute"><execute>stellarium</execute></action>
</item>
+ <item label="Solfege" icon="/usr/share/pixmaps/solfege.svg">
+ <action name="Execute"><execute>solfege</execute></action>
+ </item>
<separator />
<item label="Wireshark" icon="/usr/share/icons/hicolor/scalable/apps/wireshark.svg">
<action name="Execute"><execute>wireshark-gtk</execute></action>