diff options
author | Joe <rrbo@proton.me> | 2023-03-27 15:25:47 +0200 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-03-27 15:25:47 +0200 |
commit | 70e5b32f1680cea9df1d30f310cb975144b43fb3 (patch) | |
tree | fe4ce1a89ab20458aab8fb136aac10d1bb8452f1 /.config | |
parent | up (diff) | |
download | dotfiles-bsd-70e5b32f1680cea9df1d30f310cb975144b43fb3.tar.gz dotfiles-bsd-70e5b32f1680cea9df1d30f310cb975144b43fb3.tar.bz2 dotfiles-bsd-70e5b32f1680cea9df1d30f310cb975144b43fb3.tar.xz dotfiles-bsd-70e5b32f1680cea9df1d30f310cb975144b43fb3.tar.zst dotfiles-bsd-70e5b32f1680cea9df1d30f310cb975144b43fb3.zip |
up
Diffstat (limited to '.config')
-rwxr-xr-x | .config/openbox/menu.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.config/openbox/menu.xml b/.config/openbox/menu.xml index a43bc05..cba97ff 100755 --- a/.config/openbox/menu.xml +++ b/.config/openbox/menu.xml @@ -101,6 +101,30 @@ </item> </menu> + <menu id="apps-audio-menu" label="Audio"> + <item label="REAPER"> + <action name="Execute"> + <command>reaper</command> + </action> + </item> + <item label="Mixbus 32C"> + <action name="Execute"> + <command>mixbus</command> + </action> + </item> + <separator /> + <item label="Pusle Control Pannel"> + <action name="Execute"> + <command>pavucontrol</command> + </action> + </item> + <item label="JACK Audio Connection"> + <action name="Execute"> + <command>qjackctl</command> + </action> + </item> + </menu> + <menu id="apps-multimedia-menu" label="Multimedia"> <item label="Ario"> <action name="Execute"> @@ -181,6 +205,7 @@ <menu id="apps-editors-menu"/> <menu id="apps-graphics-menu"/> <menu id="apps-net-menu"/> + <menu id="apps-audio-menu"/> <menu id="apps-multimedia-menu"/> <menu id="apps-games-menu"/> <separator label="System" /> |