diff options
author | Joe <bousset.rudy@gmail.com> | 2023-04-09 18:38:38 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2023-04-09 18:38:38 +0200 |
commit | 1b98e642bc79cc9e9c2c7ab59068859c5eb0547b (patch) | |
tree | f3d7172ba254daaebd9ef59d4cf347a6a64d974a /.config/openbox | |
parent | up (diff) | |
download | dotfiles-bsd-1b98e642bc79cc9e9c2c7ab59068859c5eb0547b.tar.gz dotfiles-bsd-1b98e642bc79cc9e9c2c7ab59068859c5eb0547b.tar.bz2 dotfiles-bsd-1b98e642bc79cc9e9c2c7ab59068859c5eb0547b.tar.xz dotfiles-bsd-1b98e642bc79cc9e9c2c7ab59068859c5eb0547b.tar.zst dotfiles-bsd-1b98e642bc79cc9e9c2c7ab59068859c5eb0547b.zip |
up
Diffstat (limited to '.config/openbox')
-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 ca99fb7..75a278b 100755 --- a/.config/openbox/menu.xml +++ b/.config/openbox/menu.xml @@ -107,14 +107,14 @@ </menu> <menu id="apps-audio-menu" label="Audio"> - <item label="Mixbus 32C"> + <item label="REAPER"> <action name="Execute"> - <command>Mixbus32C9</command> + <command>reaper</command> </action> </item> - <item label="REAPER"> + <item label="Mixbus 32C"> <action name="Execute"> - <command>reaper</command> + <command>Mixbus32C9</command> </action> </item> <separator /> |