summaryrefslogtreecommitdiffstats
path: root/.local
diff options
context:
space:
mode:
authorJoe <rrbo@proton.me>2023-07-17 17:16:23 +0200
committerJoe <rrbo@proton.me>2023-07-17 17:16:23 +0200
commit4a3409d877ef8f69c3bc6200297c16ede2bd2a6b (patch)
treec45e7a9a451d6b7127b485576f56b5151212136c /.local
parentso fking cool (diff)
downloaddotfiles-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 '')
-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" {