diff options
author | Joe <bousset.rudy@gmail.com> | 2023-04-01 14:31:51 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2023-04-01 14:31:51 +0200 |
commit | 837a83773ab28f8aaa95a182435f06089e6ca41f (patch) | |
tree | 6a666a0b94687f98b2e440535abf4ce24779d229 | |
parent | up (diff) | |
download | dotfiles-bsd-837a83773ab28f8aaa95a182435f06089e6ca41f.tar.gz dotfiles-bsd-837a83773ab28f8aaa95a182435f06089e6ca41f.tar.bz2 dotfiles-bsd-837a83773ab28f8aaa95a182435f06089e6ca41f.tar.xz dotfiles-bsd-837a83773ab28f8aaa95a182435f06089e6ca41f.tar.zst dotfiles-bsd-837a83773ab28f8aaa95a182435f06089e6ca41f.zip |
up
Diffstat (limited to '')
-rwxr-xr-x | .config/openbox/menu.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/openbox/menu.xml b/.config/openbox/menu.xml index 39e2a7f..83db18a 100755 --- a/.config/openbox/menu.xml +++ b/.config/openbox/menu.xml @@ -102,14 +102,14 @@ </menu> <menu id="apps-audio-menu" label="Audio"> - <item label="REAPER"> + <item label="Mixbus 32C"> <action name="Execute"> - <command>reaper</command> + <command>Mixbus32C9</command> </action> </item> - <item label="Mixbus 32C"> + <item label="REAPER"> <action name="Execute"> - <command>Mixbus32C9</command> + <command>reaper</command> </action> </item> <separator /> |