summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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 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";