summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2023-02-08 15:00:13 +0100
committerRichard Braun <rbraun@sceen.net>2023-02-08 15:00:13 +0100
commit33518dfe176facf2a4c8a1f2537542bf1ababaca (patch)
treed235d53c5c06a10c016bbc5ebdbc9c132039abcf
parent113ce6968c0072149014d764876846fd7d35265b (diff)
openbox: add menu entries for Audacity and Guitarix
-rw-r--r--openbox/menu.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/openbox/menu.xml b/openbox/menu.xml
index f70cb8c..484a35b 100644
--- a/openbox/menu.xml
+++ b/openbox/menu.xml
@@ -57,6 +57,7 @@
<item label="Stellarium" icon="/usr/share/icons/hicolor/16x16/apps/stellarium.png">
<action name="Execute"><execute>stellarium</execute></action>
</item>
+ <separator />
<item label="Pianoteq" icon="/home/rbraun/image/icons/pianoteq_icon_128.png">
<action name="Execute"><execute>/home/rbraun/.local/bin/Pianoteq\ 8/x86-64bit/Pianoteq\ 8</execute></action>
</item>
@@ -66,6 +67,12 @@
<item label="MuseScore" icon="/home/rbraun/.local/share/icons/hicolor/scalable/mimetypes/application-x-musescore-portable.svg">
<action name="Execute"><execute>/home/rbraun/.local/bin/MuseScore-3.6.2.548021370-x86_64.AppImage</execute></action>
</item>
+ <item label="Guitarix" icon="/usr/share/pixmaps/gx_head.png">
+ <action name="Execute"><execute>guitarix</execute></action>
+ </item>
+ <item label="Audacity" icon="/usr/share/icons/hicolor/scalable/apps/audacity.svg">
+ <action name="Execute"><execute>audacity</execute></action>
+ </item>
<item label="Solfege" icon="/usr/share/pixmaps/solfege.svg">
<action name="Execute"><execute>solfege</execute></action>
</item>