From 4a3409d877ef8f69c3bc6200297c16ede2bd2a6b Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 17 Jul 2023 17:16:23 +0200 Subject: up --- .local/bin/dmapps | 4 ++-- 1 file 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" { -- cgit v1.2.3