summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.local/bin/dmapps4
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" {