diff options
author | Joe <rrbo@proton.me> | 2023-07-17 17:16:23 +0200 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-07-17 17:16:23 +0200 |
commit | 4a3409d877ef8f69c3bc6200297c16ede2bd2a6b (patch) | |
tree | c45e7a9a451d6b7127b485576f56b5151212136c /.local | |
parent | so fking cool (diff) | |
download | dotfiles-bsd-4a3409d877ef8f69c3bc6200297c16ede2bd2a6b.tar.gz dotfiles-bsd-4a3409d877ef8f69c3bc6200297c16ede2bd2a6b.tar.bz2 dotfiles-bsd-4a3409d877ef8f69c3bc6200297c16ede2bd2a6b.tar.xz dotfiles-bsd-4a3409d877ef8f69c3bc6200297c16ede2bd2a6b.tar.zst dotfiles-bsd-4a3409d877ef8f69c3bc6200297c16ede2bd2a6b.zip |
up
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/dmapps | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/dmapps b/.local/bin/dmapps index 2fe6522..2d23cb9 100755 --- a/.local/bin/dmapps +++ b/.local/bin/dmapps @@ -25,7 +25,7 @@ use constant PROG_LIST => "" . "Emacs" . "\n" . "Emacs-NoX" . "\n" . "--- Graphics ---" . "\n" . -"GIMP" . "\n" . +"GIMP - GNU Image Manipulation Program" . "\n" . "Inkscape" . "\n" . "--- Internet ---" . "\n" . "LibreWolf" . "\n" . @@ -113,7 +113,7 @@ sub run case "Emacs-NoX" { exec("alacritty", "-e", "emacs-nw"); } - case "GIMP" { + case "GIMP - GNU Image Manipulation Program" { exec("gimp"); } case "Inkscape" { |