From 95bfe8ec3291a7b665eb1df2b68ccc07a86bae08 Mon Sep 17 00:00:00 2001 From: joe Date: Wed, 15 Oct 2025 11:38:28 +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 c7ec6a8..e5f9dab 100755 --- a/.local/bin/dmapps +++ b/.local/bin/dmapps @@ -73,9 +73,9 @@ sub run return if $pid; setsid(); exec("st") if $action =~ "Terminal"; - exec("pcmanfm") if $action =~ "File manager"; + exec("st", "-e", "nnn") if $action =~ "File manager"; exec("firefox") if $action =~ "Web browser"; - exec("thunderbird") if $action =~ "Mail client"; + exec("st", "-e", "neomutt") if $action =~ "Mail client"; exec("cool-retro-term") if $action =~ "cool-retro-term"; exec("mkvtoolnix-gui") if $action =~ "MKVToolNix"; exec("stellarium") if $action =~ "Stellarium"; -- cgit v1.2.3