diff options
author | Joe <rbo@gmx.us> | 2025-09-02 08:44:52 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-09-02 08:44:52 +0200 |
commit | bc58611527df2d4a1c38ca6cb4d58ecc8cb3911b (patch) | |
tree | 1d3a7de4cd2463d15e2c31c033e4861fa29cce40 /.local/bin/dmapps | |
parent | up (diff) | |
download | dotfiles-bsd-bc58611527df2d4a1c38ca6cb4d58ecc8cb3911b.tar.gz dotfiles-bsd-bc58611527df2d4a1c38ca6cb4d58ecc8cb3911b.tar.bz2 dotfiles-bsd-bc58611527df2d4a1c38ca6cb4d58ecc8cb3911b.tar.xz dotfiles-bsd-bc58611527df2d4a1c38ca6cb4d58ecc8cb3911b.tar.zst dotfiles-bsd-bc58611527df2d4a1c38ca6cb4d58ecc8cb3911b.zip |
Diffstat (limited to '.local/bin/dmapps')
-rwxr-xr-x | .local/bin/dmapps | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.local/bin/dmapps b/.local/bin/dmapps index ccefc76..0ce4c81 100755 --- a/.local/bin/dmapps +++ b/.local/bin/dmapps @@ -41,6 +41,7 @@ use constant PROG_LIST => "" . "Liferea" . "\n" . "HexChat" . "\n" . "--- Audio ---" . "\n" . +"Ardour" . "\n" . "REAPER" . "\n" . "Audacity" . "\n" . "Pulse Control Panel" . "\n" . @@ -104,6 +105,7 @@ sub run exec("signal-desktop") if $action =~ "Signal"; exec("liferea") if $action =~ "Liferea"; exec("hexchat") if $action =~ "HexChat"; + exec("ardour8") if $action =~ "Ardour"; exec("reaper") if $action =~ "REAPER"; exec("audacity") if $action =~ "Audacity"; exec("pavucontrol") if $action =~ "Pulse Control Panel"; |