diff options
author | Joe <rbo@gmx.us> | 2024-03-27 11:54:18 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-03-27 11:54:18 +0100 |
commit | 4e79a35a271c52c3ef6b2b18ed78cabdc28e3242 (patch) | |
tree | 288037707a6e985720c91f7679f6f9cb6cd45c3e /.local | |
parent | up (diff) | |
download | dotfiles-bsd-4e79a35a271c52c3ef6b2b18ed78cabdc28e3242.tar.gz dotfiles-bsd-4e79a35a271c52c3ef6b2b18ed78cabdc28e3242.tar.bz2 dotfiles-bsd-4e79a35a271c52c3ef6b2b18ed78cabdc28e3242.tar.xz dotfiles-bsd-4e79a35a271c52c3ef6b2b18ed78cabdc28e3242.tar.zst dotfiles-bsd-4e79a35a271c52c3ef6b2b18ed78cabdc28e3242.zip |
up
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/dmapps | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.local/bin/dmapps b/.local/bin/dmapps index 05d8d20..d693d31 100755 --- a/.local/bin/dmapps +++ b/.local/bin/dmapps @@ -13,6 +13,7 @@ use constant PROG_LIST => "" . "Web browser" . "\n" . "Mail client" . "\n" . "--- Accessories ---" . "\n" . +"Arduino" . "\n" . "Qalculate!" . "\n" . "Kleopatra" . "\n" . "Transmission" . "\n" . @@ -84,6 +85,9 @@ sub run case "Mail client" { exec("thunderbird"); } + case "Arduino" { + exec("arduino"); + } case "Qalculate!" { exec("qalculate-gtk"); } |