summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.local/bin/dmapps7
1 files changed, 7 insertions, 0 deletions
diff --git a/.local/bin/dmapps b/.local/bin/dmapps
index 7fa9c37..3dc2377 100755
--- a/.local/bin/dmapps
+++ b/.local/bin/dmapps
@@ -208,6 +208,13 @@ sub run
setsid();
exec("liferea");
}
+ # HexChat
+ elsif ($action eq "HexChat") {
+ $pid = fork();
+ exit if $pid;
+ setsid();
+ exec("hexchat");
+ }
# --- Work ---
# Remmina
elsif ($action eq "Remmina") {