summaryrefslogtreecommitdiffstats
path: root/.local/bin/dmapps
diff options
context:
space:
mode:
authorJoe <rrbo@proton.me>2023-06-19 10:01:21 +0200
committerJoe <rrbo@proton.me>2023-06-19 10:01:21 +0200
commitc33d91f776d8ac5d6374888ada288ad8f71fa536 (patch)
tree022cbdcc0c423ef79119dbf012ce150bd5dd613e /.local/bin/dmapps
parentup (diff)
downloaddotfiles-bsd-c33d91f776d8ac5d6374888ada288ad8f71fa536.tar.gz
dotfiles-bsd-c33d91f776d8ac5d6374888ada288ad8f71fa536.tar.bz2
dotfiles-bsd-c33d91f776d8ac5d6374888ada288ad8f71fa536.tar.xz
dotfiles-bsd-c33d91f776d8ac5d6374888ada288ad8f71fa536.tar.zst
dotfiles-bsd-c33d91f776d8ac5d6374888ada288ad8f71fa536.zip
up
Diffstat (limited to '.local/bin/dmapps')
-rwxr-xr-x.local/bin/dmapps8
1 files changed, 4 insertions, 4 deletions
diff --git a/.local/bin/dmapps b/.local/bin/dmapps
index f3cc78d..b8cc3b4 100755
--- a/.local/bin/dmapps
+++ b/.local/bin/dmapps
@@ -11,7 +11,7 @@ use constant PROG_LIST => "" .
"File manager" . "\n" .
"Web browser" . "\n" .
"--- Accessories ---" . "\n" .
-"Qualculate!" . "\n" .
+"Qalculate!" . "\n" .
"Kleopatra" . "\n" .
"Transmission" . "\n" .
"Wireshark" . "\n" .
@@ -45,12 +45,12 @@ sub run
exec("librewolf");
}
# --- Accessories ---
- # Qualculate!
- elsif ($action eq "Qualculate!") {
+ # Qalculate!
+ elsif ($action eq "Qalculate!") {
$pid = fork();
exit if $pid;
setsid();
- exec("qualculate-gtk");
+ exec("qalculate-gtk");
}
# Kleopatra
elsif ($action eq "Kleopatra") {