summaryrefslogtreecommitdiffstats
path: root/.local
diff options
context:
space:
mode:
authorJoe <rrbo@proton.me>2023-10-19 13:16:28 +0200
committerJoe <rrbo@proton.me>2023-10-19 13:16:28 +0200
commit286a82c64302666459b58368b507568c24e2e0b0 (patch)
treec192ac399ab82c077a80fb9c0d211bc7a20f928f /.local
parentup (diff)
downloaddotfiles-bsd-286a82c64302666459b58368b507568c24e2e0b0.tar.gz
dotfiles-bsd-286a82c64302666459b58368b507568c24e2e0b0.tar.bz2
dotfiles-bsd-286a82c64302666459b58368b507568c24e2e0b0.tar.xz
dotfiles-bsd-286a82c64302666459b58368b507568c24e2e0b0.tar.zst
dotfiles-bsd-286a82c64302666459b58368b507568c24e2e0b0.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 2d23cb9..da87208 100755
--- a/.local/bin/dmapps
+++ b/.local/bin/dmapps
@@ -58,7 +58,7 @@ use constant WORK_LIST => "" .
"VMware" . "\n" .
"DBeaver" . "\n" .
"Miro" . "\n" .
-"FortiClient" . "\n" .
+"FortiClient VPN" . "\n" .
"Teams";
sub run
@@ -191,7 +191,7 @@ sub run
case "Miro" {
exec("miro");
}
- case "FortiClient" {
+ case "FortiClient VPN" {
exec("/opt/forticlient/gui/FortiClient-linux-x64/FortiClient");
}
case "Teams" {